externals
Former-commit-id: 3a6a80ec31
Former-commit-id: e79782614073570395049c1d3976ae3b46bd707a
Former-commit-id: 29376dc1cbab5ba5709cf8f88359d4231d05230c
Former-commit-id: 624b14e375f97c3d606187337d28e80cee5fddcc [formerly 77e8e42110dda1407fdc664b9d65801757d3ec37]
Former-commit-id: d7c3f4e220925065b5b0df9fb5c1049e8e0994f6
Former-commit-id: 94fcfab546966cb58241892203bcd33d586915cf
Former-commit-id: 8daa6f3ac5b05f2e4f3c450d8833a4caa69c1750
Former-commit-id: 1b7e614b30e669e3f1e11101dcb4b859a98cca5e
Former-commit-id: 5502b36e59b7728921d4ee33a2a5ec012f1a3de8
This commit is contained in:
parent
c436074578
commit
cee7eb3ba3
|
|
@ -37,6 +37,11 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
configureWebpack: {
|
||||
externals: {
|
||||
'vue': 'Vue',
|
||||
'vue-router': 'VueRouter',
|
||||
'vuex': 'Vuex'
|
||||
},
|
||||
// 关闭文件过大提示,利于打包加快速度
|
||||
performance: {
|
||||
hints: 'warning',
|
||||
|
|
|
|||
Loading…
Reference in New Issue