Skip to content

Releases: yoriiis/chunks-webpack-plugin

ChunksWebpackPlugin 3.2.0

23 Nov 12:54
Compare
Choose a tag to compare

3.2.0

New features

  • Add Travis builds: eslint
  • Add ESLint with Standard JS on the project with associated npm scripts
  • Add Babel configuration on the project
  • Add .github folder with ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
  • Add ./dist folder with vLitejs assets
  • Add .editorconfig file

ChunksWebpackPlugin 3.0.1

20 Nov 23:51
Compare
Choose a tag to compare

3.0.1

Fixes

  • Fixed chunks urls when public path is not defined #3

ChunksWebpackPlugin 3.0.0

16 Nov 18:10
Compare
Choose a tag to compare

3.0.0

Updates

  • Add webpack as peerDependencies in the package.json
  • Change default value of outputPath from null to default
  • Change default value of customFormatTags from null to false
  • Re-order package.json keys
  • Updating and improving the documentation

ChunksWebpackPlugin 2.0.2

13 Nov 16:04
Compare
Choose a tag to compare

2.0.2

Fixes

  • Prevent generate empty files
  • Lint Javascript

ChunksWebpackPlugin 2.0.1

13 Nov 16:07
Compare
Choose a tag to compare

2.0.1

Fixes

  • Fixed wrong public path for absolute paths (#1)

ChunksWebpackPlugin 2.0.0

13 Nov 16:11
Compare
Choose a tag to compare

2.0.0

New features

  • Add function customFormatTags to override the default behavior of tags generation

Fixes

  • Rename option path to outputPath

Updates

  • Add comments in code
  • Update README

ChunksWebpackPlugin 1.0.1

13 Nov 16:14
Compare
Choose a tag to compare

1.0.1

Updates

  • Update README