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