chunks-webpack-plugin

Create HTML files with entrypoints and chunks relations to serve your bundles

MIT License

Downloads
10.3K
Stars
26
Committers
4
chunks-webpack-plugin - ChunksWebpackPlugin 3.4.4

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 3.4.3

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 3.4.2

Published by yoriiis almost 5 years ago

3.4.2

Updates

  • Build source files
chunks-webpack-plugin - ChunksWebpackPlugin 3.4.1

Published by yoriiis almost 5 years ago

3.4.1

New features

  • Add Coveralls

Updates

  • Up code covrage to 100%
chunks-webpack-plugin - ChunksWebpackPlugin 3.4.0

Published by yoriiis almost 5 years ago

3.4.0

New features

  • Add Jest tests

Updates

  • Rename demo into example
  • Merge example and main package.json
chunks-webpack-plugin - ChunksWebpackPlugin 3.3.2

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 3.3.1

Published by yoriiis almost 5 years ago

3.3.1

Fixes

  • Fixed missing dependency fs-extra #9
chunks-webpack-plugin - ChunksWebpackPlugin 3.3.0

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 3.2.1

Published by yoriiis almost 5 years ago

3.2.1

Fixes

  • Fixed strict node engine version break with different node version #6
chunks-webpack-plugin - ChunksWebpackPlugin 3.2.0

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 3.0.1

Published by yoriiis almost 5 years ago

3.0.1

Fixes

  • Fixed chunks urls when public path is not defined #3
chunks-webpack-plugin - ChunksWebpackPlugin 3.0.0

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 1.0.1

Published by yoriiis almost 5 years ago

1.0.1

Updates

  • Update README
chunks-webpack-plugin - ChunksWebpackPlugin 2.0.0

Published by yoriiis almost 5 years ago

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
chunks-webpack-plugin - ChunksWebpackPlugin 2.0.1

Published by yoriiis almost 5 years ago

2.0.1

Fixes

  • Fixed wrong public path for absolute paths (#1)
chunks-webpack-plugin - ChunksWebpackPlugin 2.0.2

Published by yoriiis almost 5 years ago

2.0.2

Fixes

  • Prevent generate empty files
  • Lint Javascript
Package Rankings
Top 4.41% on Npmjs.org
Badges
Extracted from project README
Coverage Status Npm downloads
Related Projects