Skip to content

Commit 47efdea

Browse files
committedJun 3, 2018
refactor: Drop support for Webpack 1-3 to use Webpack 4 apis
BREAKING CHANGE: Dropped support for Webpack 1 - 3
1 parent 7005a55 commit 47efdea

File tree

155 files changed

+47
-5993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+47
-5993
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/node_modules/
22
/dist/
3-
npm-debug.log
3+
npm-debug.*.log

‎.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ node_js:
44
- lts/*
55
- 6.9
66
env:
7-
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
8-
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2
9-
- WEBPACK_VERSION=3 EXTRACT_PLUGIN_VERSION=3.0.0-beta.3
107
- WEBPACK_VERSION=4.0.0 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
118
before_install:
129
- stty columns 120

0 commit comments

Comments
 (0)
Please sign in to comment.