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
The bug was not related to the fact I was using a Babel plugin. It was an error in Nuxt. In the end, I did not need to explicitly declare the plugin since it is included in @babel/preset-env and I could simply use the transpile option of the Nuxt build property to transpile yarrrml-parser. See #21
We can update Nuxt from v2.15.5 to the latest version when the following PR has been merged: nuxt/nuxt#9631
The issue arose when attempting to use the following Babel plugin to solve #21
https://babeljs.io/docs/en/babel-plugin-proposal-class-properties
See discussions here:
rails/webpacker#3008 (comment)
https://stackoverflow.com/q/67350359/8238129
https://stackoverflow.com/q/68663581/8238129
The text was updated successfully, but these errors were encountered: