Vitaly
2f11aebd8c
try to fix with css loading with webpack + new space-squid esbuild require
2023-09-03 10:04:26 +03:00
Vitaly
fc7869000e
move building to esbuild
...
change public to dist
2023-08-28 06:37:57 +03:00
Vitaly
10d4e1c623
try fo fix page actually
2023-08-27 09:05:59 +03:00
Vitaly
f891c6b6a7
feat(big!): implement folder save loading with write access
2023-08-26 06:09:34 +03:00
Vitaly
58ae5608b8
[add react] feat: use @dimaka/controls to make controls on ios playable
2023-08-19 05:35:22 +03:00
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
b420d6fcbf
add ts-loader
2023-08-18 03:34:31 +03:00
Vitaly
d3b937c43b
lib -> src, move all app files to src/
...
also rm test folder
2023-08-17 21:24:41 +03:00
Vitaly
0b2191a63d
implement singleplayer (not the best way & buggy)
2023-08-17 04:20:55 +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
fc0dbad3c8
use chunks in dev
2023-08-09 21:01:06 +03:00
Vitaly
08b9f48a34
speed webpack builds
2023-08-09 18:36:27 +03:00
Romain Beaumont
24639915ec
use node 18 ( #343 )
...
* use node 18
* Update webpack.common.js
2023-04-09 00:34:33 +02:00
extremeheat
c0d9ee982a
fix URI ( #340 )
2023-04-06 09:22:15 +02:00
Romain Beaumont
8d09dfd661
add tls to fallback ( #279 )
2022-02-08 12:33:51 +01:00
Romain Beaumont
163d9cecba
Revert "Make dev builds faster ( #227 )"
...
This reverts commit 8c88ec6383 .
Fix #240
2021-11-12 21:04:09 +00:00
Pandapip1
180e1243c4
Makes chat auto fade away (and fixes CI) ( #236 )
2021-11-05 13:00:28 -04: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
dada513
4d4b32e8de
Added docker support, made config dynamic ( #108 )
...
* Made config.json dynamic
* added docker support
* Fixed dockerfile npm install error
* fixed line ends
* Revert "Made config.json dynamic"
This reverts commit 5cb413b9aabfcec98335bf6ab6b589c2bc29c3e4.
* config.json is now loaded dynamically
* Made dynamic config work on github page
* config is now dynamically copied
* removed sync-request dependency
Co-authored-by: d513 <ogoniasty513@gmail.com>
2021-03-21 17:14:14 +01:00
Romain Beaumont
c40b00ab5c
add service worker for PWA
2021-03-21 01:54:10 +00:00
Karang
267afce9db
Use item atlas
2021-03-14 19:57:29 +01:00
Romain Beaumont
c3ca3b4463
add favicon ( #77 )
2021-03-14 02:33:00 +01:00
Romain Beaumont
45c562849c
make HtmlWebpackPlugin not miniy (/break) our html file
2021-03-13 21:30:08 +00:00
Romain Beaumont
14f2a4cbec
use html webpack plugin to do cache busting ( #71 )
...
add a ?<hash of content> to index.js in index.html
2021-03-13 19:48:53 +01: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