From f6413616bec99b9d747f5e90bc88ea839425d47b Mon Sep 17 00:00:00 2001 From: LABCAT Date: Wed, 11 Nov 2020 16:11:14 +1300 Subject: [PATCH] Fix for editor.scss file --- webpack.common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index da45aac..d3abe04 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -68,8 +68,9 @@ const myConfig = merge( ] // only turn on when you want to create the editor.css file! + // , // editor: [ - // '../'+variables.themeName+'/src/editor.scss' + // THEME_DIR+'/src/editor.scss' // ], }, output: {