mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix: avoid warning of too big vendor
This commit is contained in:
parent
fdc07a319d
commit
ae00499ec5
@ -7,7 +7,8 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
build: {
|
||||
vendor: ['axios', 'moment', 'chart.js', 'vue-chartjs']
|
||||
vendor: ['axios', 'moment', 'chart.js', 'vue-chartjs'],
|
||||
maxChunkSize: 300000
|
||||
},
|
||||
env: {
|
||||
githubToken: '42cdf9fd55abf41d24f34c0f8a4d9ada5f9e9b93'
|
||||
|
Loading…
Reference in New Issue
Block a user