Explorar el Código

test reg run on dev

Alexander Belanger hace 4 años
padre
commit
3006e22165
Se han modificado 1 ficheros con 1 adiciones y 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: {