mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Use webpack 2.2.0-rc.0
This commit is contained in:
parent
b8ec7329f7
commit
736f1ed1d5
@ -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
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user