From 1870b7371101b5dd03831dc13c577012d919404a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Sat, 17 Nov 2018 23:28:03 +0100 Subject: [PATCH] [fix] add css in build --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 80ad814..8ff443c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,6 @@ module.exports = { }, mode: "development", plugins: [ - new CopyWebpackPlugin(['index.html']) + new CopyWebpackPlugin(['index.html', 'main.css']) ], }; -- GitLab