Releases: Bounteous-Inc/aem-webpack-example
Releases · Bounteous-Inc/aem-webpack-example
Add example for "no-frontend" Maven profile
Merge pull request #45 from infielddigital/mvn-no-front-end-build Add ability to skip the front end build
v2.5.3: Merge pull request #41 from infielddigital/feature/show-eslint-errors
v2.5.2
Use cross-env in all npm scripts.
v2.5.1
webpack-command + extends
- Replace
webpack-cli
withwebpack-command
- Support
extends
for the Webpack configuration object inwebpack.project/index.js
- Webpack v4.15.1
Windows support
Make build scripts work on Windows using cross-env
NPM module.
Webpack 4.6
Merge pull request #31 from infielddigital/feature/webpack-v4.6 Feature/webpack v4.6
Webpack 4.4.1
This release updates Webpack and the mini-css-extract-plugin
dependency and thereby resolves #24 ("CSS File not emitted on watch").
Webpack 4.2 + whitelist "px" for Stylelint
Note: Webpack caching is still disabled in dev mode, see https://github.com/infielddigital/aem-webpack-example/releases/tag/v2.3.1
Webpack 4: No caching in dev mode
Because of an issue with mini-css-extract-plugin
, we've released a version that fixes it by disabling caching, see #24.