Skip to content

Releases: morganney/webpack-chunkname-loader

v1.1.5

20 Jan 20:48
e41c1e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

Release v1.1.4

14 Sep 02:13
32e93c2
Compare
Choose a tag to compare
  • Add publish workflow add coverage reports to CI
  • Update docs with workflow status badges

Release v1.1.3

13 Sep 00:07
2d6ea78
Compare
Choose a tag to compare
  • 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

11 Sep 06:13
ad50cb6
Compare
Choose a tag to compare
  • Adds verbose option for debugging
  • Removes file extensions from webpackChunkName's

Release v1.0.1

06 Sep 19:43
Compare
Choose a tag to compare
  • Initial release