fix: tsconfig support ESM

This commit is contained in:
ArcherGu
2021-07-19 08:47:16 +08:00
parent 651a2e6902
commit 8e7045fbcc
2 changed files with 7 additions and 4 deletions

View File

@@ -20,9 +20,7 @@ export default (env = 'production') => {
nodeResolve(),
commonjs(),
json(),
typescript({
module: 'ESNext',
}),
typescript(),
alias({
entries: [
{ find: '@render', replacement: join(__dirname, '../src/render') },