Error importing the lib in a quasar app
Open
awaiting information
- Dominant language
- Vue
- Stars
- 126
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
hi bro, this error is happening is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules
Instead rename index.umd.js to end in .cjs, change the requiring code to use import(), or remove "type": "module".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.