From 6ca0e8e81afed52fa211dd4bcb117cfec9ce3b29 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 14 Jul 2019 13:09:08 +0200 Subject: all 3 color themes for camp and high contrast theme --- 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 5542460d..f25a37ea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,7 +23,7 @@ const plugins = [ const themeEntries = {}; -for (let i = 0; i < 9; i++) { +for (let i = 0; i < 12; i++) { themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`; } -- cgit v1.2.3-54-g00ecf