- Upgrade dependencies;
- Upgrade dependencies;
- Upgrade
rollup-plugin-extract-bundle-tree
to allow entry javascript files with hash file name;
- Upgrade dependencies;
- Fix README;
- Upgrade dependencies;
- Remove unknown HTML id from script tag;
- Upgrade dependencies;
- Add browser live reload to dev server;
- Upgrade dependencies;
- Add
pre
tag server to errors;
- Fix
DEV_SERVER
switch; - Change default
NODE_HOST
tolocalhost
;
- Allow POST requests;
- Set HTML content type charset to UTF 8;
- Add HTML tags to error messages;
- Enable cross-origin resource sharing for the static files in the development server;
- Upgrade dependencies;
- Update NPM scripts;
- Rename public dist folder to "client";
- Remove old files from dist folder;
- Move bundle tree to root dist folder;
- Move HTTP server to root dist folder;
- Set public static path with environment variable:
$PUBLIC_STATIC_PATH
- Set host and port through environment variables:
$NODE_HOST
$NODE_PORT
- Fix import order of CSS and JS dependencies;
- Workaround for a strange chrome bug;
- Better path join;
- Don't compress responses nor serve static files in production;
- Set cache control for static files;
- Add content type and length of html pages;