fix: avoid warning of too big vendor

This commit is contained in:
Nicolas Pennec 2018-01-25 09:51:06 +01:00
parent fdc07a319d
commit ae00499ec5

View File

@ -7,7 +7,8 @@ module.exports = {
] ]
}, },
build: { build: {
vendor: ['axios', 'moment', 'chart.js', 'vue-chartjs'] vendor: ['axios', 'moment', 'chart.js', 'vue-chartjs'],
maxChunkSize: 300000
}, },
env: { env: {
githubToken: '42cdf9fd55abf41d24f34c0f8a4d9ada5f9e9b93' githubToken: '42cdf9fd55abf41d24f34c0f8a4d9ada5f9e9b93'