瀏覽代碼

Fixed webpack config

n1474335 2 年之前
父節點
當前提交
5a0c3a3b47
共有 1 個文件被更改,包括 1 次插入0 次删除
  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(),
         },