v0.3.1
Features
- Refactor TailwindCSS colors (primary, success, warning, danger).
- Add separate webpack configuration files (
webpack-dev.config.js
&webpack-prod.config.js
). - Add a new build target for development which takes the webpack development configuration.
- Enable PurgeCSS in
webpack-prod.config.js
.
Changes
- Webpack and tailwind config files are moved to a folder called config in the root of the project.
webpack.config.js
is renamed by wepack-prod.config.jstailwind.config.js
is moved to config folder