File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
- os : linux
12
- node_js : " 7 "
12
+ node_js : " 10 "
13
13
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
14
20
- os : linux
15
21
node_js : " 8"
16
22
env : JOB_PART=test
Original file line number Diff line number Diff line change 29
29
See the [ browserslist] ( https://github.com/browserslist/browserslist ) library
30
30
for a full description of all of the valid browser descriptions.
31
31
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
+
32
36
* Introduced a new ` configureSplitChunks() ` method that can be
33
37
used to further configure the ` optimizations.splitChunks ` configuration.
34
38
You can’t perform that action at this time.
0 commit comments