Releases: morganney/webpack-chunkname-loader
Releases · morganney/webpack-chunkname-loader
v1.1.5
What's Changed
- test: loader, update jest by @morganney in #6
- chore: update deps. by @morganney in #7
Full Changelog: v1.1.4...v1.1.5
Release v1.1.4
- Add publish workflow add coverage reports to CI
- Update docs with workflow status badges
Release v1.1.3
- Fixes a bug where imports inside strings were not ignored.
// This will be ignored const str = 'abc123 import("some/path")~xyz' // This will not be ignored (any string with a '$') const tmplStr = `abc123~${import('some/module')}~xyz`
Release v1.1.0
- Adds
verbose
option for debugging - Removes file extensions from
webpackChunkName
's
Release v1.0.1
- Initial release