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
I'm trying to load typescript code with decorators:
@customElement('my-element')
export class MyElement extends LitElement {...}
Uncaught (in promise) SyntaxError: /http:/127.0.0.1:5500/app.ts: Support for the experimental syntax 'decorators-legacy' isn't currently enabled (5:1): (at systemjs-babel.js:7:164355)
How about adding @babel/plugin-proposal-decorators to the plugin list?
The text was updated successfully, but these errors were encountered:
I'm trying to load typescript code with decorators:
How about adding
@babel/plugin-proposal-decorators
to the plugin list?The text was updated successfully, but these errors were encountered: