From c1494fc1e798d1d83111c97465d6c4c79e6f9260 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 11 Nov 2018 20:50:25 +0100 Subject: add 35c3 theme dark --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 261c1c44..010a9667 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,7 @@ const plugins = [ const themeEntries = {}; -for (let i = 0; i < 7; i++) { +for (let i = 0; i < 8; i++) { themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`; } -- cgit v1.2.3-54-g00ecf