You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
In 0.19, this was changed so it has only the runtime. Since the skeleton uses es7 class properties, the runtime cannot actually run.
In development, I normally set the path to "scr/" from "dist/" and run the app in Visual Studio. This fails without adding back in the two additional es7 properties.
I would like to see them added back in. I don't know of any benefit to removing them.
The text was updated successfully, but these errors were encountered:
The prior config.js had the babel options set as:
},
In 0.19, this was changed so it has only the runtime. Since the skeleton uses es7 class properties, the runtime cannot actually run.
In development, I normally set the path to "scr/" from "dist/" and run the app in Visual Studio. This fails without adding back in the two additional es7 properties.
I would like to see them added back in. I don't know of any benefit to removing them.
The text was updated successfully, but these errors were encountered: