Skip to content

Commit 872416f

Browse files
committed
Fixes #24
1 parent 4b48a5a commit 872416f

File tree

1 file changed

+1
-0
lines changed
  • packages/react-scripts/config

1 file changed

+1
-0
lines changed

packages/react-scripts/config/env.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function getClientEnvironment(publicUrl) {
8585
// This should only be used as an escape hatch. Normally you would put
8686
// images into the `src` and `import` them in code to get their paths.
8787
PUBLIC_URL: publicUrl,
88+
PLATFORM: 'web',
8889
}
8990
);
9091
// Stringify all values so we can feed into Webpack DefinePlugin

0 commit comments

Comments
 (0)