Skip to content

Releases: yoriiis/chunks-webpack-plugin

ChunksWebpackPlugin 3.4.6

28 Jan 18:34
Compare
Choose a tag to compare

3.4.6

Fixes

  • Fix comptibility support with Webpack v4.0.0 #39

ChunksWebpackPlugin 3.4.5

20 Jan 17:09
Compare
Choose a tag to compare

3.4.5

New features

  • Add Discord chat

Updates

  • Update Travis CI with more Node.js versions (node, lts/*, 12.14.0, 8.11.2)

ChunksWebpackPlugin 3.4.4

16 Jan 13:28
Compare
Choose a tag to compare

3.4.4

New features

  • Add markdownlint to lint markdown files

Updates

  • Upgrade Node.js version to 12.14.0
  • Bumps eslint-config-standard from 11.0.0 to 14.1.0
  • Bumps eslint-plugin-node from 8.0.1 to 11.0.0
  • Bumps eslint-plugin-standard from 3.1.0 to 4.0.1
  • Update Travis config with markdown lint script
  • Lint CHANGELOG.md and README.md
  • Update Github ISSUE_TEMPLATE
  • Update .npmignore

ChunksWebpackPlugin 3.4.3

15 Jan 18:09
Compare
Choose a tag to compare

3.4.3

Fixes

  • Fix ignore sourceMap file and dynamic import chunk #24
  • Fix npm scripts
  • Fix lint on Webpack config
  • Fix bundle analyzer

New features

  • Add ./.vscode/launch.json file to debugging Node.js

Updates

Removes

  • Remove example dist files and update .gitignore
  • Remove dist test files

ChunksWebpackPlugin 3.4.2

23 Dec 22:59
Compare
Choose a tag to compare

3.4.2

Updates

  • Build source files

ChunksWebpackPlugin 3.4.1

23 Dec 22:20
Compare
Choose a tag to compare

3.4.1

New features

  • Add Coveralls

Updates

  • Up code covrage to 100%

ChunksWebpackPlugin 3.4.0

21 Dec 22:36
Compare
Choose a tag to compare

3.4.0

New features

  • Add Jest tests

Updates

  • Rename demo into example
  • Merge example and main package.json

ChunksWebpackPlugin 3.3.2

20 Dec 12:48
Compare
Choose a tag to compare

3.3.2

Updates

  • Bumps @babel/preset-env from 7.4.5 to 7.7.7
  • Bumps eslint-plugin-standard from 3.0.1 to 3.1.0
  • Bumps eslint from 4.18.2 to 4.19.1
  • Bumps @babel/core from 7.7.4 to 7.7.7
  • Bumps eslint-config-standard from 10.2.1 to 11.0.0
  • Bumps @babel/cli from 7.7.4 to 7.7.7
  • Bumps eslint-plugin-promise from 3.6.0 to 4.2.1
  • Bumps eslint-plugin-import from 2.8.0 to 2.19.1
  • Bumps eslint-plugin-node from 5.2.1 to 8.0.1
  • Bumps babel-eslint from 8.0.1 to 10.0.3

ChunksWebpackPlugin 3.3.1

10 Dec 12:03
Compare
Choose a tag to compare

3.3.1

Fixes

  • Fixed missing dependency fs-extra #9

ChunksWebpackPlugin 3.3.0

05 Dec 22:34
Compare
Choose a tag to compare

3.3.0

New features

  • Add minimalist project example to run the plugin and see ChunksWebpackPlugin implementation in action with SplitChunks
  • Add generateChunksManifest option to generate a file which contains a list of chunks grouped by entry points
  • Add generateChunksFiles to enable/disable HTML files generation. Usefull only with addition of generateChunksManifest option

Updates

  • Update Webpack compiler hook from done to emit to improve performance
  • Split plugin code in minimalist functions and create utils functions
  • Babel build now the directory ./src/
  • Replace fs by fs-extra
  • Lint all Javascript files with ESLint