mythicalprogrammer / fumigate

0 stars 0 forks source link

deal with nodejs nonsense before you can deploy #234

Closed mythicalprogrammer closed 4 years ago

mythicalprogrammer commented 4 years ago

Update nodejs on local computer and update all the packages.

Fix all the outdate packages and security issues.

mythicalprogrammer commented 4 years ago

https://stackoverflow.com/questions/16073603/how-do-i-update-each-dependency-in-package-json-to-the-latest-version

mythicalprogrammer commented 4 years ago

npm audit npm audit fix

mythicalprogrammer commented 4 years ago

Another nonsense was uglify that works with es6 wasn't maintain anymore. I need to replace it with terser-webpack-plugin to get deploy to work.