Skip to content

Commit

Permalink
bump deps + disable firendlyErrorPlugin during test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 30, 2017
1 parent a47dea7 commit 0a900ac
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 430 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"url-loader": "^0.5.6",
"vue-loader": "^11.0.0",
"vue-loader": "^12.2.0",
"vue-template-compiler": "^2.0.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
Expand Down
4 changes: 1 addition & 3 deletions shells/dev/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ module.exports = {
devServer: {
quiet: true
},
plugins: [
new FriendlyErrorsPlugin()
]
plugins: process.env.VUE_DEVTOOL_TEST ? [] :[new FriendlyErrorsPlugin()]
}
1 change: 1 addition & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export VUE_DEVTOOL_TEST=true
DEV_SERVER_BIN=`pwd`/node_modules/.bin/webpack-dev-server
cd shells/dev
$DEV_SERVER_BIN --inline --no-info --port 8081 &
Expand Down
Loading

0 comments on commit 0a900ac

Please sign in to comment.