We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab211d2 commit 205a472Copy full SHA for 205a472
packages/react-scripts/config/webpack.config.js
@@ -414,14 +414,12 @@ module.exports = function(webpackEnv) {
414
{ helpers: true },
415
],
416
417
- plugins: isEnvProduction
418
- ? undefined
419
- : [
420
- [
421
- require.resolve('babel-plugin-bundled-import-meta'),
422
- { importStyle: 'iife' },
423
- ],
424
+ plugins: [
+ [
+ require.resolve('babel-plugin-bundled-import-meta'),
+ { importStyle: 'iife' },
+ ],
425
cacheDirectory: true,
426
cacheCompression: isEnvProduction,
427
// @remove-on-eject-begin
0 commit comments