Commit graph

14 commits

Author SHA1 Message Date
Vitaly
b2cc868e76 manually craft sw to allow singleplayer fully offline! 2023-08-19 04:26:24 +03:00
Vitaly
a20a3fceb9 make prod build faster than dev 2023-08-18 17:39:11 +03:00
Vitaly
9137f8898f avoid sw cache limit warning 2023-08-18 06:29:54 +03:00
Vitaly
781c232d3c add version check, up sw
fix too warn light
2023-08-18 06:20:01 +03:00
Vitaly Turovsky
8310359ca1 fix prod: dont remove just copied assets 2023-08-17 06:10:08 +03:00
Vitaly
9451c266ef fix hud init & build should be fixed 2023-08-15 01:38:52 +03:00
Vitaly
ee75eeab2d experimental singleplayer support 2023-08-12 22:24:10 +03:00
Vitaly
3a76f9e5ec dx: watch styles copy, dont slow debugger cause of creating a lot of files 2023-08-12 20:57:09 +03:00
Vitaly
6805c74b8d add proxy note, improve inputs on mobile & desktop
dont crash on block placement error
2023-08-12 17:49:25 +03:00
Vitaly
6b7c1353b0 include actual github repo when used on github repo 2023-08-11 04:21:41 +03:00
Vitaly
08b9f48a34 speed webpack builds 2023-08-09 18:36:27 +03:00
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
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