Releases: AccordBox/python-webpack-boilerplate
Releases · AccordBox/python-webpack-boilerplate
v1.0.4
v1.0.3
- Remove
Bootstrapfrom the default setup. - Update doc about
Bootstrap,SWC,React,Vue - Update frontend dependency to the latest version
v1.0.2
- Support Node LTS Iron
- Upgrade some frontend dependency
- Switch from
@babel/plugin-proposal-class-propertiesto@babel/plugin-transform-class-properties
v1.0.1
- Upgrade some frontend dependency
v1.0.0
- Upgrade nearly all frontend dependency package.
- Drop
file-loader, useWebpack Assetinstead - Remove deprecated package
babel/polyfil - Update Tailwind doc for v3
v0.0.10
- Fix
stylelintwhenrun_npm_command_at_root
v0.0.9
- Fix missing
postcss.config.jswhenrun_npm_command_at_root
v0.0.8
- Drop IE support in
browserslist - Add
run_npm_command_at_root, so user can runnpmcommand under the root directory instead of thefrontenddirectory. - Add
esbuildsupport in doc - Add
live reloadfeature in doc
v0.0.7
- Makes
webpack_loaderrender Django hashed static file - Update
pre-commit-config.yaml
v0.0.5
- Use
Poetryto manage project meta info and dependency - Rename app from
webpack_loadertowebpack_boilerplate - Move the
frontend_templateunderwebpack_boilerplatedirectory - When publishing, upload
frontend_templateso the frontend template is also pinned. - Make
cookiecutterusefrontend_templateinwebpack_boilerplatedirectory instead of the Git repo.