Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

The es7 babel options for es7 decoratores and class properties were removed from v 19 config.js #189

Closed
gregoryagu opened this issue Oct 19, 2015 · 0 comments
Assignees

Comments

@gregoryagu
Copy link
Contributor

The prior config.js had the babel options set as:

"babelOptions": {
   "optional": [
      "runtime",
      "es7.decorators",
      "es7.classProperties"
]

},

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants