From 8e857ba9d7efe5ea6ab790b243c118a49ed09861 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sat, 4 Apr 2020 11:04:58 +0200 Subject: [PATCH] Cleanup --- webpack.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index afae9da..3041e24 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,10 +11,7 @@ module.exports = { hints: false }, resolve: { - extensions: ['.js', '.jsx'], - alias: { - 'themes': resolveAppPath('themes/default') - } + extensions: ['.js', '.jsx'] }, module: { rules: [