8000 Fix Tapable 1.0.0 deprecation. (#142) · lodash/lodash-webpack-plugin@249b233 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 249b233

Browse files
neolitecjdalton
authored andcommitted
Fix Tapable 1.0.0 deprecation. (#142)
* Fix Tapable 1.0.0 deprecation. * Restrict to node >= 6.11.5 and remove Node 4 build * Fix Webpack < 4 compatibility and improve Travis config * Use tap instead of tapAsync for afterResolve async hook
1 parent 551b2e0 commit 249b233

File tree

4 files changed

+1641
-581
lines changed

4 files changed

+1641
-581
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ node_js:
55
- 6
66
- 4
77

8+
env:
9+
- WEBPACK_VERSION=2
10+
- WEBPACK_VERSION=3
11+
- WEBPACK_VERSION=4
12+
13+
matrix:
14+
exclude:
15+
- node_js: 4
16+
env: WEBPACK_VERSION=4
17+
818
cache:
919
directories:
1020
- ~/.npm
@@ -22,3 +32,5 @@ before_install:
2232

2333
install:
2434
- npm i
35+
- npm rm webpack
36+
- npm install webpack@$WEBPACK_VERSION --ignore-scripts || true

0 commit comments

Comments
 (0)
0