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 f2c7933 commit f40e9c5Copy full SHA for f40e9c5
packages/react-scripts/config/webpack.config.dev.js
@@ -115,6 +115,7 @@ module.exports = {
115
'@babel/runtime': path.dirname(
116
require.resolve('@babel/runtime/package.json')
117
),
118
+ // @remove-on-eject-end
119
},
120
plugins: [
121
// Prevents users from importing files from outside of src/ (or node_modules/).
packages/react-scripts/config/webpack.config.prod.js
@@ -122,6 +122,7 @@ module.exports = {
122
123
124
125
126
127
128
0 commit comments