Browse Source

Fixed webpack config

n1474335 2 years ago
parent
commit
5a0c3a3b47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

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