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 84e8580 commit d9578f8Copy full SHA for d9578f8
packages/react-scripts/config/webpack.config.js
@@ -431,7 +431,7 @@ module.exports = function(webpackEnv) {
431
),
432
// @remove-on-eject-end
433
plugins: [
434
- "@loadable/babel-plugin",
+ require.resolve('@loadable/babel-plugin'),
435
[
436
require.resolve('babel-plugin-named-asset-import'),
437
{
packages/react-scripts/config/webpack.config.ssr.js
@@ -438,7 +438,7 @@ module.exports = function(webpackEnv) {
438
439
440
441
442
443
444
0 commit comments