Skip to content

Commit 0a900ac

Browse files
committed
bump deps + disable firendlyErrorPlugin during test
1 parent a47dea7 commit 0a900ac

File tree

4 files changed

+422
-430
lines changed

4 files changed

+422
-430
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"stylus": "^0.54.5",
4444
"stylus-loader": "^2.1.1",
4545
"url-loader": "^0.5.6",
46-
"vue-loader": "^11.0.0",
46+
"vue-loader": "^12.2.0",
4747
"vue-template-compiler": "^2.0.0",
4848
"webpack": "^2.2.0",
4949
"webpack-dev-server": "^2.2.0"

shells/dev/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,5 @@ module.exports = {
5454
devServer: {
5555
quiet: true
5656
},
57-
plugins: [
58-
new FriendlyErrorsPlugin()
59-
]
57+
plugins: process.env.VUE_DEVTOOL_TEST ? [] :[new FriendlyErrorsPlugin()]
6058
}

test/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export VUE_DEVTOOL_TEST=true
12
DEV_SERVER_BIN=`pwd`/node_modules/.bin/webpack-dev-server
23
cd shells/dev
34
$DEV_SERVER_BIN --inline --no-info --port 8081 &

0 commit comments

Comments
 (0)