-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support decorators in JS files #60
Comments
Yes this is not supported ATM. JS files are sent untranspiled in dev to the browser and this feature is not supported by esbuild. This is technically possible to add support for this, but I'm not sure this is a good idea. |
Hi! |
Yup its a large one. Sure will work on it. |
I went through the docs/issues and there is a no clear way on how to add decorator support for Mobx or is it even supported? I am not using Typescript.
From this docs i tried passing like this in below config:
i keep getting error in console
this.example
is undefinedThe text was updated successfully, but these errors were encountered: