diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index a64ed096..0c35907e 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -25,7 +25,7 @@ export default defineConfig({ commonjs(), nodeResolve(), esbuild({ - target: 'esnext' + target: 'node12' }), json() ],