From 5561f0785cb6eeba4d14127bf24a65c3692378e7 Mon Sep 17 00:00:00 2001 From: hina Date: Fri, 8 Mar 2019 08:49:29 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E9=80=94=E5=8D=8A=E7=AB=AF=E3=81=AB?= =?UTF-8?q?=E9=87=8D=E8=A4=87=E3=81=97=E3=81=A6=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E3=81=BE=E3=81=A8=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.mix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.mix.js b/webpack.mix.js index 58f74df..703398c 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -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')) {