We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unbundle
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
mini-repro: https://github.com/9romise/tsdown-repro
➜ nr build
@ build /Users/vida/Projects/github/repo tsdown
ℹ tsdown v0.12.6 powered by rolldown v1.0.0-beta.10-commit.87188ed ℹ Using tsdown config: /Users/vida/Projects/github/repo/tsdown.config.ts ℹ entry: src/index.vue ℹ Build start ℹ Cleaning 6 files ℹ dist/index.mjs 0.55 kB │ gzip: 0.33 kB ℹ dist/virtual//plugin-vue/export-helper.mjs 0.24 kB │ gzip: 0.18 kB ℹ dist//Users/vida/Projects/github/repo/src/index.vue_vue_type_style_index_0_lang-3Zq6NyD2.css 0.03 kB │ gzip: 0.05 kB ℹ dist/index.vue_vue_type_style_index_0_lang.mjs 0.00 kB │ gzip: 0.02 kB ℹ 4 files, total: 0.82 kB ✔ Build complete in 49ms
In the dist dir.
dist
It is in src dir.
src
No response
The text was updated successfully, but these errors were encountered:
Track #216 (comment)
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Reproduction link or steps
mini-repro: https://github.com/9romise/tsdown-repro
➜ nr build
ℹ tsdown v0.12.6 powered by rolldown v1.0.0-beta.10-commit.87188ed
ℹ Using tsdown config: /Users/vida/Projects/github/repo/tsdown.config.ts
ℹ entry: src/index.vue
ℹ Build start
ℹ Cleaning 6 files
ℹ dist/index.mjs 0.55 kB │ gzip: 0.33 kB
ℹ dist/virtual//plugin-vue/export-helper.mjs 0.24 kB │ gzip: 0.18 kB
ℹ dist//Users/vida/Projects/github/repo/src/index.vue_vue_type_style_index_0_lang-3Zq6NyD2.css 0.03 kB │ gzip: 0.05 kB
ℹ dist/index.vue_vue_type_style_index_0_lang.mjs 0.00 kB │ gzip: 0.02 kB
ℹ 4 files, total: 0.82 kB
✔ Build complete in 49ms
What is expected?
In the
dist
dir.What is actually happening?
It is in
src
dir.Any additional comments?
No response
The text was updated successfully, but these errors were encountered: