wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.15k stars 106 forks source link

Can't minify module in build #122

Closed zgallagher08 closed 4 years ago

zgallagher08 commented 4 years ago

It works when I run npm run start, but it won't build.

The error says

Failed to minify the code from this file:

./node_modules/react-particles-js/index.js:2
zgallagher08 commented 4 years ago

I actually sorted this out using:

"webpack": "4.16.5",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "^2.2.0"

"mini-css-extract-plugin": "^0.9.0",
"html-webpack-plugin": "^4.2.1",