mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Update webpack-cli. Current one may be breaking on Travis (#701)
This commit is contained in:
parent
bcc3af4571
commit
691417967d
2 changed files with 3 additions and 3 deletions
2
.babelrc
2
.babelrc
|
@ -5,5 +5,5 @@
|
||||||
"messagesDir": "./translations/messages/"
|
"messagesDir": "./translations/messages/"
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
"presets": ["es2015", "react"],
|
"presets": [["env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}], "react"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,8 +97,8 @@
|
||||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
"url-loader": "^1.0.1",
|
"url-loader": "^1.0.1",
|
||||||
"webpack": "^4.8.0",
|
"webpack": "^4.8.0",
|
||||||
"webpack-cli": "^2.0.15",
|
"webpack-cli": "^3.1.0",
|
||||||
"webpack-dev-server": "^3.1.4"
|
"webpack-dev-server": "^3.1.9"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"setupFiles": [
|
"setupFiles": [
|
||||||
|
|
Loading…
Reference in a new issue