mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +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 => ({
|
||||
...esbuild({
|
||||
target: 'chrome64',
|
||||
include: /\.vue$/,
|
||||
loaders: {
|
||||
'.vue': 'js',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user