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 Feb 17, 2022. It is now read-only.
Having some trouble getting decorators to work. Added the plugin to babelrc file then did babelrc true and also just tried copy and pasting options over to webpack dev config.
Now the output js file builds and page loads, but transpiling at runtime still isn't working. I just get the standard Babel 6.x doesnt support because blah message.
Anyone know where I should be configuring the runtime babel?
The text was updated successfully, but these errors were encountered:
daimeng
changed the title
Decorators
Decorators not transpiling with legacy plugin in webpack conf and babelrc.
Jun 17, 2016
Thanks for the response. I have that plugin for server config. So I can import files using decorator. However the runtime transpiler is using a different config it seems.
Having some trouble getting decorators to work. Added the plugin to babelrc file then did babelrc true and also just tried copy and pasting options over to webpack dev config.
Now the output js file builds and page loads, but transpiling at runtime still isn't working. I just get the standard Babel 6.x doesnt support because blah message.
Anyone know where I should be configuring the runtime babel?
The text was updated successfully, but these errors were encountered: