We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6007e commit f9ee69dCopy full SHA for f9ee69d
packages/react-scripts/config/webpack.config.js
@@ -299,7 +299,7 @@ module.exports = function(webpackEnv) {
299
strictExportPresence: true,
300
rules: [
301
// Disable require.ensure as it's not a standard language feature.
302
- { parser: { requireEnsure: false } },
+ { parser: { requireEnsure: false, amd: false } },
303
304
// First, run the linter.
305
// It's important to do this before Babel processes the JS.
0 commit comments