We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035719c commit 6e64227Copy full SHA for 6e64227
packages/react-scripts/config/env.js
@@ -82,6 +82,7 @@ function getClientEnvironment(publicUrl) {
82
// This should only be used as an escape hatch. Normally you would put
83
// images into the `src` and `import` them in code to get their paths.
84
PUBLIC_URL: publicUrl,
85
+ PLATFORM: 'web',
86
}
87
);
88
// Stringify all values so we can feed into Webpack DefinePlugin
0 commit comments