Releases: WeAreAthlon/frontend-webpack-boilerplate
Releases · WeAreAthlon/frontend-webpack-boilerplate
v3.1.0
Package Updates
css-loader
updated to3.0.0
here are the release notes.url-loader
updated to2.0.0
here are the release notes.
Minor Package Updates
browser-sync
to2.26.7
webpack
to4.34.0
webpack-cli
to3.3.4
3.0.0
Breaking Changes
- Removed
node
6 support,node
must be>=8.9.0
clean-webpack-plugin
tov3.0.0
see changes here Clean Wepback Plugin v3.0.0- Updated configuration in
webpack.config.js
- Updated configuration in
file-loader
to4.0.0
see changes here Webpack file loader v4.0.0
Minor Package Updates
autoprefixer
to9.6.0
@babel/core
to7.4.5
@babel/preset-env
to7.4.5
eslint-plugin-import
to2.17.3
mini-css-extract-plugin
to0.7.0
terser-webpack-plugin
to1.3.0
webpack
to4.33.0
Security audit fixes
axios
(dependency of browser-sync [dev]) updated to0.18.11
more infonpm audit
output:
=== npm audit security report ===
found 0 vulnerabilities
in 17859 scanned packages
2.6.1
2.6.0
Updated
- Wepback configuration - use
path.resolve
in all file system references. - Package dependencies
- Downgraded
clean-webpack-plugin
from2.0.1
to1.0.1
(breaking changes, see the updatedwebpack.config.js
) due to strange behaviour duringwatch
mode.
- Downgraded
- Package dependencies trees
- README - added additional note for NFS and containerized development environments
2.5.0
Updated
- Switched to using
npm ci
instead ofnpm install
for initial install.- Updated README
- More on the clean install npm command can be read yere
npm ci
- More on the clean install npm command can be read yere
- Updated README
- NPM audit review and dependency packages updates due to reverting them accidentally
2.4.3
2.4.2
Added
- Issue Template
- Pull Request Template
Updated
- Package dependencies
clean-webpack-plugin
from1.0.1
to2.0.1
(breaking changes, see the updatedwebpack.config.js
)copy-webpack-plugin
from4.6.0
to5.0.2
mini-css-extract-plugin
from0.5.0
to0.6.0
- Package dependencies trees
- README
2.4.1
Updated
- NPM audit review and dependency packages updates
- README file updated
- Added instructions how to update/migrate to newer version of this setup.
2.4.0
Added
copy-webpack-plugin
to copy images that are part of the content (referenced by<img>
tags)terser-webpack-plugin
to optimize JavaScript files for production- This plugin used by
webpack
itself, so no need to install it additionally
- This plugin used by
- Support for favicon in the produced HTML
Updated
- README
- Dependencies
Removed
uglifyjs-webpack-plugin
- in favor of the webpack includedterser-webpack-plugin