Commit graph

4 commits

Author SHA1 Message Date
Romain Beaumont
163d9cecba Revert "Make dev builds faster (#227)"
This reverts commit 8c88ec6383.

Fix #240
2021-11-12 21:04:09 +00:00
Alexander Ivanov
8c88ec6383
Make dev builds faster (#227)
* Make SW generation prod-only

* Use SpeedMeasurePlugin

* Refactor: Symlink directories for dev builds

* Lint fix

* Remove SpeedMeasurePlugin
2021-10-26 10:21:28 +02:00
Romain Beaumont
36c2b11753 watch node_modules, bump mineflayer and pviewer 2021-03-13 20:44:00 +00:00
Romain Beaumont
c8e3ffd019
Optimize webpack usage, fix #34 (#58)
* introduce prod/dev build https://webpack.js.org/guides/production/
* use it properly with express https://webpack.js.org/guides/development/#using-webpack-dev-middleware
to provide a fast npm start (5 second)
2021-03-06 01:29:28 +01:00