Releases: yoriiis/chunks-webpack-plugin
Releases · yoriiis/chunks-webpack-plugin
12.0.0
⚠️ Breaking changes
- Updates Node.js (#105)
- Minimum supported
Node.js
version is 20.18.0
- Fix import assertion compatibility with Node.js 22
- Updates other packages
- Migrate ESLint/Prettier to Biome
11.0.0
⚠️ Breaking changes
- Updates Node.js (#100)
- Minimum supported
Node.js
version is 18.19.0
- Updates other packages
10.0.0
⚠️ Breaking changes
This package is now pure ESM. Please read Sindre Sorhus ESM note for more information
- Migrate to ESM with package
exports
(#95)
9.0.0
⚠️ Breaking changes
- Fix automatic public path generation #93
Updates
- Optimize TypeScript (#94)
8.0.1
Updates
- Add funding key in
package.json
(dd7b91c)
8.0.0
⚠️ Breaking changes
- Minimum supported
Node.js
version is 16.20.0
(#90)
templateStyle
and templateScript
parameters are transformed into functions (#91)
- The
outputPath
parameter is removed. Files are generated by default by webpack compilation according to output.path
- The
customFormatTags
parameter is removed. Custom generation can be done with templateStyle
and templateScript
functions
New features
- Add schema validation on plugin and loader options (#89)
- Fix compatibility with webpack cache (#91)
7.1.0
Breaking changes
- Drop webpack 4 support #87
- Drop Node.js 12 support #88
ChunksWebpackPlugin 7.0.3
7.0.3
Fixes
- Fix incompatibility with
outputPath
and slashes on entry name #81
- Fix
outputPath
caused [contenthash
] differences in generated HTML (realContentHash
)
ChunksWebpackPlugin 7.0.2
7.0.2
Fixes
- Add webpack
v5
as peer dependency #74
ChunksWebpackPlugin 7.0.1
7.0.1
New features
- Add the
outputPath
parameter to override the webpack output path directory
Fixes
- Fix
outputPath
parameter ignored in 7.0.0
#66
- Fix
publicPath
parameter with default value "auto" #67