- BREAKING: Webpack 4
- BREAKING: Filename interpolation now behaves the same as it does normally, without this plugin. This means that
[chunkname]
is no longer used and[name]
gives you the name of the chunk.
[chunkname]
is no longer used and [name]
gives you the name of the chunk.