Prechádzať zdrojové kódy

Fixed webpack config

n1474335 2 rokov pred
rodič
commit
5a0c3a3b47
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

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