mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-27 21:21:45 +08:00
fix: tsconfig support ESM
This commit is contained in:
@@ -20,9 +20,7 @@ export default (env = 'production') => {
|
||||
nodeResolve(),
|
||||
commonjs(),
|
||||
json(),
|
||||
typescript({
|
||||
module: 'ESNext',
|
||||
}),
|
||||
typescript(),
|
||||
alias({
|
||||
entries: [
|
||||
{ find: '@render', replacement: join(__dirname, '../src/render') },
|
||||
|
Reference in New Issue
Block a user