Use webpack 2.2.0-rc.0

This commit is contained in:
Sébastien Chopin 2016-12-15 18:53:00 +01:00
parent b8ec7329f7
commit 736f1ed1d5
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ module.exports = function () {
output: {
publicPath: urlJoin(this.options.router.base, '/_nuxt/')
},
performance: {
hints: (this.dev ? false : 'warning')
},
resolve: {
extensions: ['.js', '.json', '.vue'],
// Disable for now

View File

@ -79,7 +79,7 @@
"vue-server-renderer": "^2.1.3",
"vue-template-compiler": "^2.1.3",
"vuex": "^2.0.0",
"webpack": "2.1.0-beta.27",
"webpack": "2.2.0-rc.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
},