Alexander Belanger 4 лет назад
Родитель
Сommit
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: {