Esbuild: Suppor for vue ?

Created on 20 Feb 2020  路  1Comment  路  Source: evanw/esbuild

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'
...

Most helpful comment

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).

>All comments

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).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elektronik2k5 picture elektronik2k5  路  3Comments

OneOfOne picture OneOfOne  路  3Comments

aelbore picture aelbore  路  3Comments

sarsamurmu picture sarsamurmu  路  3Comments

egoist picture egoist  路  3Comments