- Optimized Node's dependencies.
- Adjusted style for components .
- Fix: Fixed an issue where webpack might skip uncompressed CSS files packaging.
- Fix: Fixed webpack-dev-server's hot start error that may be caused by replace-in-file-webpack-plugin.
- Tweak: Modified package.json and webpack.config.js. Use a more stable command for the dependency installation of the development environment, using the following command:
sudo npm install --only=dev --unsafe-perm --production
- First release.