Explorar o código

test reg run on dev

Alexander Belanger %!s(int64=5) %!d(string=hai) anos
pai
achega
3006e22165
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {