Closed davidquintard closed 4 years ago
@pairmix Any luck solving this issue?
I just released v 2.7.1 of the library which fixes many issues. If your issues still exists, please, provide a link to codesandbox with the issue
I fixed it by adding
parserOptions: {
ecmaFeatures: { legacyDecorators: true },
}
Hi there, I get this issue: Parsing error: Using the export keyword between a decorator and a class is not allowed