中途半端に重複してたのをまとめる

This commit is contained in:
hina
2019-03-08 08:49:29 +09:00
parent 1ba7df6e82
commit 5561f0785c

2
webpack.mix.js vendored
View File

@@ -22,7 +22,7 @@ mix.js('resources/assets/js/app.js', 'public/js')
'jquery': ['$', 'jQuery', 'window.jQuery']
})
.extract(['jquery', 'bootstrap'])
.extract(['chart.js', 'moment'], 'public/js/vendor/chart')
.extract(['chart.js', 'chartjs-color', 'color-name', 'moment'], 'public/js/vendor/chart')
.version();
if (process.argv.includes('-a')) {