Skip to content

Commit

Permalink
Merge a11819a into c79f180
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Jan 31, 2020
2 parents c79f180 + a11819a commit 39db35e
Show file tree
Hide file tree
Showing 12 changed files with 333 additions and 683 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,3 @@ node_modules/
webpack-stats.json
coverage
example/dist/
dist/main.js
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -2,7 +2,7 @@
.vscode/
coverage
example/
src/
src/__tests__
.editorconfig
.eslintignore
.eslintrc.js
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -28,7 +28,6 @@ script:
- npm run test:markdown
- npm run test:eslint
- npm run test
- npm run build
- npm run build:example

jobs:
Expand All @@ -39,7 +38,6 @@ jobs:
- npm run test:markdown
- npm run test:eslint
- npm run test
- npm run build
- npm run build:example
- after_success:
- npm run coverage
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.0.0

TODO

## 3.4.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# ChunksWebpackPlugin

![Chunks Webpack Plugin](https://img.shields.io/badge/chunks--webpack--plugin-v3.4.6-546e7a.svg?style=for-the-badge) [![TravisCI](https://img.shields.io/travis/com/yoriiis/chunks-webpack-plugin/master?style=for-the-badge)](https://travis-ci.com/yoriiis/chunks-webpack-plugin) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/chunks-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/chunks-webpack-plugin?branch=master) ![Node.js](https://img.shields.io/node/v/chunks-webpack-plugin?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/chunks-webpack-plugin?style=for-the-badge)](https://bundlephobia.com/result?p=fela@latest) [![Npm downloads](https://img.shields.io/npm/dm/chunks-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/chunks-webpack-plugin) [![Chat on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=for-the-badge)](https://discordapp.com/invite/uC8FkDn)
![Chunks Webpack Plugin](https://img.shields.io/badge/chunks--webpack--plugin-v4.0.0-546e7a.svg?style=for-the-badge) [![TravisCI](https://img.shields.io/travis/com/yoriiis/chunks-webpack-plugin/master?style=for-the-badge)](https://travis-ci.com/yoriiis/chunks-webpack-plugin) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/chunks-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/chunks-webpack-plugin?branch=master) ![Node.js](https://img.shields.io/node/v/chunks-webpack-plugin?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/chunks-webpack-plugin?style=for-the-badge)](https://bundlephobia.com/result?p=fela@latest) [![Npm downloads](https://img.shields.io/npm/dm/chunks-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/chunks-webpack-plugin) [![Chat on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=for-the-badge)](https://discordapp.com/invite/uC8FkDn)

The `ChunksWebpackPlugin` create HTML files to serve your webpack bundles. It is very convenient with multiple entry points and it works without configuration.

Expand Down
298 changes: 0 additions & 298 deletions dist/index.js

This file was deleted.

0 comments on commit 39db35e

Please sign in to comment.