Skip to content
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

Add support for vite 6 #62

Closed
CADawg opened this issue Nov 28, 2024 · 5 comments
Closed

Add support for vite 6 #62

CADawg opened this issue Nov 28, 2024 · 5 comments

Comments

@CADawg
Copy link

CADawg commented Nov 28, 2024

Is it possible to add support for vite 6?

@pfdgithub
Copy link
Contributor

@Menci any plan?

@Menci
Copy link
Owner

Menci commented Dec 19, 2024

Thanks. I'll try it.

@Menci
Copy link
Owner

Menci commented Dec 19, 2024

v3.4.0

@Menci Menci closed this as completed Dec 19, 2024
@pfdgithub
Copy link
Contributor

pfdgithub commented Dec 20, 2024

@Menci throw error when run "npm run serve".

import { default as m } from "../dist/index.js";
         ^^^^^^^
SyntaxError: The requested module '../dist/index.js' does not provide an export named 'default'
    at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
    at async ModuleJob.run (node:internal/modules/esm/module_job:191:5)
    at async ModuleLoader.import (node:internal/modules/esm/loader:337:24)

this package's ESModule exports are not proven in practice.
keep the CommonJS format for now.
#66

@pfdgithub
Copy link
Contributor

pfdgithub commented Dec 20, 2024

it work in v3.4.1
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants