Selaa lähdekoodia

Fixed webpack config

n1474335 2 vuotta sitten
vanhempi
commit
5a0c3a3b47
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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(),
         },