BuddhaNexus / buddhanexus-frontend

[DEPRECATED] The First version of the Frontend for BuddhaNexus. https://buddhanexus.net/
4 stars 1 forks source link

Update webpack to fix build #384

Closed TrebuhD closed 3 years ago

TrebuhD commented 3 years ago

npm install was failing for me on the development branch because of webpack version conflicts. I updated entire webpack to v5 and all its plugins as well. This should mean more optimized code in the final build as well as a better development experience in the dev build.

https://webpack.js.org/blog/2020-10-10-webpack-5-release/