mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
fix(play): apply esbuild plugin to tsx component (#14480)
This commit is contained in:
parent
8281fa983c
commit
fd7f4df020
@ -22,7 +22,6 @@ import './vite.init'
|
|||||||
const esbuildPlugin = (): Plugin => ({
|
const esbuildPlugin = (): Plugin => ({
|
||||||
...esbuild({
|
...esbuild({
|
||||||
target: 'chrome64',
|
target: 'chrome64',
|
||||||
include: /\.vue$/,
|
|
||||||
loaders: {
|
loaders: {
|
||||||
'.vue': 'js',
|
'.vue': 'js',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user