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
Describe the bug
Using Nuxt Bridge (Vue2), works perfectly in dev and it builds, but if I start my build server and try to access it, I have a critical error.
If I change all packages from .es.js to .mjs, they work perfectly.
If I use "type": "module" I have a critical error. This file is being treated as an ES module because it has a '.js' file extension and '/Users/tragio/Downloads/fontawesome-reproduction/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
@robmadole could you let us know if is there any ETA to change them?
Describe the bug
Using Nuxt Bridge (Vue2), works perfectly in dev and it builds, but if I start my build server and try to access it, I have a critical error.
Reproducible test case
Minimal reproduction:
https://github.com/Tragio/fontawesome-v6-reproduction
Using:
Thank you for the beautiful work! 🙂
The text was updated successfully, but these errors were encountered: