Commit graph

7 commits

Author SHA1 Message Date
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 5cb413b9aa.

* 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
Renamed from webpack.config.js (Browse further)