From 5a0c3a3b47cb6f88b9d736f8581c3f9c194c491e Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 14 Jul 2023 18:53:56 +0100 Subject: [PATCH] Fixed webpack config --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4a9d9837..32ba9007 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -196,6 +196,7 @@ module.exports = function (grunt) { tests: ["tests/**/*.{js,mjs}"], }, webpack: { + options: webpackConfig, myConfig: webpackConfig, web: webpackProdConf(), },