Releases: cher-ami/webpack-base
Releases · cher-ami/webpack-base
v1.2.2
v1.2.1
v1.2.0
fix #234
Update all dependencies to there last version:
- migrate to webpack-dev-server v4
- test usky v7
- remove preact (never used)
- remove old @wbe/libraries
v1.1.0
#features
- Update dependencies (#225)
- Fix modules declaration (fix issue on hot reload) (#226)
- Change file-loader publicPath (#227) - declare now full ASSETS_PATH (including APP_BASE)
- add-tslib dependency
- clean old babel plugins
plugin removed :- @babel/plugin-proposal-class-properties
- @babel/plugin-proposal-optional-chaining
- @babel/plugin-proposal-export-default-from
v1.0.0
improvement
node tasks
- Move index.html in src. Used by html-webpack-plugin (#205)
- Can now add .htaccess default file in src, it ill be used instead of template file by prebuild-htaccess (#212)
- Remove default raw-loader conf for svg (#200)
- Scaffold unit test file as optional (#210)
- Update prebuid-htaccess tasks in order to use easily outside of webpack-base (#211)
- Improve dotenv-task - Not remove empty keys anymore (#209)
- Update prettier config (#213)
- Add babel glob array (#198)
- Create framework unit test
npm run test-framework
src
- Rename mixin with lowercase file format
- Add ratio.less and rename
responsiveProperty()
to.R()