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

Suppor for vue ? #27

Closed
Tazeg opened this issue Feb 20, 2020 · 1 comment
Closed

Suppor for vue ? #27

Tazeg opened this issue Feb 20, 2020 · 1 comment

Comments

@Tazeg
Copy link

Tazeg commented Feb 20, 2020

In a VueJS project I did :

esbuild --bundle . --outdir=dist --minify

I got :

src/main.js:3:16: error: File extension not supported: /home/jeff/gitclones/vuejs-project/src/App.vue
import App from './App.vue'
...
@evanw
Copy link
Owner

evanw commented Feb 20, 2020

Since Vue has a custom syntax and compiler specific to their project, I consider replicating it inside esbuild to be out of scope for the goals of this project. This is the same reason that esbuild won't support Svelte (see #8).

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

2 participants