You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "node-polyfill-webpack-plugin": "^4.0.0" after just ejecting on latest react scripts (5.0.1) with Node 16.
In the config
// other importsconstNodePolyfillPlugin=require('node-polyfill-webpack-plugin');// other config
plugins: [newNodePolyfillPlugin(),newModuleScopePlugin(...)]
the rest is exactly what eject gives. I tried commenting ModuleScopePlugin but that didn't do anything.
I can verify that ProvidePlugin doesn't exist anywhere within my codebase, and looks like it's something inherent to webpack
The text was updated successfully, but these errors were encountered:
Using
"node-polyfill-webpack-plugin": "^4.0.0"
after just ejecting on latest react scripts (5.0.1) with Node 16.In the config
the rest is exactly what eject gives. I tried commenting ModuleScopePlugin but that didn't do anything.
I can verify that ProvidePlugin doesn't exist anywhere within my codebase, and looks like it's something inherent to webpack
The text was updated successfully, but these errors were encountered: