mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +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: {
|
output: {
|
||||||
publicPath: urlJoin(this.options.router.base, '/_nuxt/')
|
publicPath: urlJoin(this.options.router.base, '/_nuxt/')
|
||||||
},
|
},
|
||||||
|
performance: {
|
||||||
|
hints: (this.dev ? false : 'warning')
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js', '.json', '.vue'],
|
extensions: ['.js', '.json', '.vue'],
|
||||||
// Disable for now
|
// Disable for now
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
"vue-server-renderer": "^2.1.3",
|
"vue-server-renderer": "^2.1.3",
|
||||||
"vue-template-compiler": "^2.1.3",
|
"vue-template-compiler": "^2.1.3",
|
||||||
"vuex": "^2.0.0",
|
"vuex": "^2.0.0",
|
||||||
"webpack": "2.1.0-beta.27",
|
"webpack": "2.2.0-rc.0",
|
||||||
"webpack-dev-middleware": "^1.8.4",
|
"webpack-dev-middleware": "^1.8.4",
|
||||||
"webpack-hot-middleware": "^2.13.2"
|
"webpack-hot-middleware": "^2.13.2"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user