Skip to content

Commit 734c59a

Browse files
committed
removing support for node 7
See webpack-contrib/mini-css-extract-plugin#203
1 parent 2573899 commit 734c59a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ cache:
99
matrix:
1010
include:
1111
- os: linux
12-
node_js: "7"
12+
node_js: "10"
1313
env: JOB_PART=travis:lint
14+
- os: linux
15+
node_js: "10"
16+
env: JOB_PART=test
17+
- os: linux
18+
node_js: "9"
19+
env: JOB_PART=test
1420
- os: linux
1521
node_js: "8"
1622
env: JOB_PART=test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
See the [browserslist](https://github.com/browserslist/browserslist) library
3030
for a full description of all of the valid browser descriptions.
3131

32+
* Node 7 is no longer supported. This is because the new
33+
`mini-css-extract-plugin` does not support it (and neither)
34+
does Yarn.
35+
3236
* Introduced a new `configureSplitChunks()` method that can be
3337
used to further configure the `optimizations.splitChunks` configuration.
3438

0 commit comments

Comments
 (0)