All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix missing plugin reference to ResolveEntryModulesPlugin
- Fix deprecation warning in Prettier output
- Bump eslint past affected versions for CVE
- Fix top-level absolute requires
- Allow
build
to be run without hashing filenames
- Supress warnings in postcss-custom-properties (through postcss-cssnext)
- Breaking change: Add
postcss-url
to the postcss pipeline. Anyurl()
references will need to be updated to be relative paths to the file the reference is included in.
- Ensure production CSS is minified.
- Add
.ico
to default list of files included in bundle when not explicitly included by other files.
- Bump webpack deps to avoid issue with child cache.
- Set ASSETS_ENV=test to exclude dev-related entry injections. This is useful in fake-browser environments like phantomjs et al.
- Update prettier parser value to avoid deprecation warning
- Update dependencies across the board. Note: this release disables Hot Module Replacement as it’s not supported by the ExtractTextPlugin (and never really was).
- Initial release