diff --git a/rollup.base.config.js b/rollup.base.config.js index ae5b67a2..11638ec2 100644 --- a/rollup.base.config.js +++ b/rollup.base.config.js @@ -21,7 +21,7 @@ const configs = [ plugins: [ nodeResolve({ browser: true, - preferBuiltins: true, + preferBuiltins: false, }), typescript({ tsconfig: `./tsconfig.json`, @@ -51,7 +51,7 @@ const configs = [ tsconfig: `./tsconfig.json`, }), nodeResolve({ - preferBuiltins: true, + preferBuiltins: false, }), commonjs(), json(),