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(), },