1
0
mirror of synced 2024-11-27 16:10:55 +01:00

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

View File

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