瀏覽代碼

test reg run on dev

Alexander Belanger 5 年之前
父節點
當前提交
3006e22165
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/webpack.config.js

+ 1 - 1
dashboard/webpack.config.js

@@ -25,7 +25,7 @@ module.exports = () => {
    * @type {webpack.Configuration}
    */
   const config = {
-    entry: "./src/index.tsx",
+    entry: ["regenerator-runtime/runtime.js", "./src/index.tsx"],
     target: "web",
     mode: isDevelopment ? "development" : "production",
     module: {