-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Npm package need update, which don't have esm format #6
Comments
Hi there, Running the library in Vue3 I get :
Your assistance is appreciated :) |
Same here, how can we workaround this? Using it with |
Ok, in my case I "fixed" it by putting this into export default defineConfig({
define: { "process.env": {} },
plugins: [vue()],
// added this -->
optimizeDeps: {
include: ['map-promisified']
},
// <-- added this
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: