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
{{ message }}
This repository was archived by the owner on Apr 22, 2022. It is now read-only.
Add packages with npm i -D webpack-cli uglifyjs-webpack-plugin
Add package with npm install -D babel-loader@8.1.0
Build and bundle with npm run build
Notes
To avoid conflicts with react-scripts, package.json should NOT contain webpack-cli, uglifyjs-webpack-plugin, or babel-loader in the devDependencies until AFTER other packages have already been installed by step 1 above. If running into issues, delete all package-lock.json, yarn.lock, node_modules and follow steps 1-4 exactly in that order.