Skip to content

Commit 6e64227

Browse files
committed
Fixes #24
1 parent 035719c commit 6e64227

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
@@ -82,6 +82,7 @@ function getClientEnvironment(publicUrl) {
8282
// This should only be used as an escape hatch. Normally you would put
8383
// images into the `src` and `import` them in code to get their paths.
8484
PUBLIC_URL: publicUrl,
85+
PLATFORM: 'web',
8586
}
8687
);
8788
// Stringify all values so we can feed into Webpack DefinePlugin

0 commit comments

Comments
 (0)