Skip to content

Commit 34201f4

Browse files
committed
🐥 update webpack version
1 parent 2f391c9 commit 34201f4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"style-loader": "^0.13.1",
2525
"vue-loader": "^10.0.2",
2626
"vue-template-compiler": "^2.1.8",
27-
"webpack": "2.2.0-rc.3",
27+
"webpack": "2.2.0-rc.4",
2828
"webpack-dev-server": "2.2.0-rc.0"
2929
}
3030
}

webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ var config = {
7979
// }
8080
// },
8181
},
82-
devtool: '#eval-source-map',
83-
performance: {
84-
hints: false
85-
}
82+
devtool: '#eval-source-map'
8683
};
8784

8885
var pages = getHtmls();

0 commit comments

Comments
 (0)