CyCraft / CyCraft/blitzar

Error importing the lib in a quasar app

Open
#113 12 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.