mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(play): apply esbuild plugin to tsx component (#14480)
This commit is contained in:
@@ -22,7 +22,6 @@ import './vite.init'
|
||||
const esbuildPlugin = (): Plugin => ({
|
||||
...esbuild({
|
||||
target: 'chrome64',
|
||||
include: /\.vue$/,
|
||||
loaders: {
|
||||
'.vue': 'js',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user