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 got this error when i try to use your packages :
ERROR in ./src/app/home/index/sales/SalesInvoiceNew.js
Module build failed: SyntaxError: Decorators are not officially supported yet in 6.x pending a proposal update.
However, if you need to use them you can install the legacy decorators transform with:
npm install babel-plugin-transform-decorators-legacy --save-dev
and add the following line to your .babelrc file:
{
"plugins": ["transform-decorators-legacy"]
}
The repo url is: https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy.
i have did what the error said, reset app and bundler (I am using webpack), but its not helping. Can you help?
I got this error when i try to use your packages :
i have did what the error said, reset app and bundler (I am using webpack), but its not helping. Can you help?
here is my
.babelrc
:my models :
The text was updated successfully, but these errors were encountered: