Skip to content

Commit 3dd3e4c

Browse files
meowtec朱勃
authored and
朱勃
committed
chore: fix travis ci
1 parent 5038751 commit 3dd3e4c

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: node_js
33

44
node_js:
5-
- 8.10.0
5+
- 10
66

77
branches:
88
except:

env/webpack-2/yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,8 +2310,9 @@ unset-value@^1.0.0:
23102310
isobject "^3.0.0"
23112311

23122312
upath@^1.0.0:
2313-
version "1.0.4"
2314-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
2313+
version "1.2.0"
2314+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
2315+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
23152316

23162317
upper-case@^1.1.1:
23172318
version "1.1.3"

env/webpack-3/yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,8 +2515,9 @@ unset-value@^1.0.0:
25152515
isobject "^3.0.0"
25162516

25172517
upath@^1.0.0:
2518-
version "1.0.4"
2519-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
2518+
version "1.2.0"
2519+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
2520+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
25202521

25212522
upper-case@^1.1.1:
25222523
version "1.1.3"

lib/configurator.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = function configurator({ config, context, target }) {
3636
* @see https://git.io/v9w60
3737
*/
3838
if (compilerName && (
39-
compilerName.includes('extract-text-webpack-plugin') ||
40-
compilerName.includes('html-webpack-plugin')
41-
)) {
39+
compilerName.includes('extract-text-webpack-plugin') ||
40+
compilerName.includes('html-webpack-plugin')
41+
)) {
4242
finalConfig.esModule = false;
4343
}
4444

0 commit comments

Comments
 (0)