chore: target node12

pull/396/head
Evan You 3 years ago
parent 475dee5154
commit cae85f1d1a

@ -25,7 +25,7 @@ export default defineConfig({
commonjs(),
nodeResolve(),
esbuild({
target: 'esnext'
target: 'node12'
}),
json()
],

Loading…
Cancel
Save