From 3a6d096fffec8249f85fdb48cf595a3558339246 Mon Sep 17 00:00:00 2001 From: msquare Date: Sat, 23 Nov 2019 18:39:09 +0100 Subject: add 36c3 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 45378a8a..c3da53fe 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ const plugins = [ const themeEntries = {}; -for (let i = 0; i < 12; i++) { +for (let i = 0; i < 13; i++) { themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`; } -- cgit v1.2.3-54-g00ecf