Skip to content

Commit

Permalink
refactor: Drop support for Webpack 1-3 to use Webpack 4 apis
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropped support for Webpack 1 - 3
  • Loading branch information
jantimon committed Jun 3, 2018
1 parent 7005a55 commit 47efdea
Show file tree
Hide file tree
Showing 155 changed files with 47 additions and 5,993 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
/node_modules/
/dist/
npm-debug.log
npm-debug.*.log
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,6 @@ node_js:
- lts/*
- 6.9
env:
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2
- WEBPACK_VERSION=3 EXTRACT_PLUGIN_VERSION=3.0.0-beta.3
- WEBPACK_VERSION=4.0.0 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
before_install:
- stty columns 120
Expand Down
Binary file not shown.
60 changes: 0 additions & 60 deletions examples/appcache/dist/webpack-1/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/appcache/dist/webpack-1/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions examples/appcache/dist/webpack-1/manifest.appcache

This file was deleted.

3 changes: 0 additions & 3 deletions examples/appcache/dist/webpack-1/styles.css

This file was deleted.

Binary file not shown.
86 changes: 0 additions & 86 deletions examples/appcache/dist/webpack-2/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/appcache/dist/webpack-2/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions examples/appcache/dist/webpack-2/manifest.appcache

This file was deleted.

3 changes: 0 additions & 3 deletions examples/appcache/dist/webpack-2/styles.css

This file was deleted.

Binary file not shown.
83 changes: 0 additions & 83 deletions examples/appcache/dist/webpack-3/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/appcache/dist/webpack-3/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions examples/appcache/dist/webpack-3/manifest.appcache

This file was deleted.

3 changes: 0 additions & 3 deletions examples/appcache/dist/webpack-3/styles.css

This file was deleted.

Binary file not shown.
60 changes: 0 additions & 60 deletions examples/custom-template/dist/webpack-1/bundle.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/custom-template/dist/webpack-1/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions examples/custom-template/dist/webpack-1/styles.css

This file was deleted.

Binary file not shown.

0 comments on commit 47efdea

Please sign in to comment.