Fixed webpack config

This commit is contained in:
n1474335 2023-07-14 18:53:56 +01:00
parent 7b599fe7f7
commit 5a0c3a3b47
No known key found for this signature in database
GPG Key ID: D15457B7B4AF3F37
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ module.exports = function (grunt) {
tests: ["tests/**/*.{js,mjs}"],
},
webpack: {
options: webpackConfig,
myConfig: webpackConfig,
web: webpackProdConf(),
},