From ee302ed8e6a4819ce6fac49a382b179617f1ea38 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 1 Jan 2023 13:02:42 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 67fdea0..48cf1af 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13,8 +13,6 @@ export default function preset(globalOptions, resolveOptions = {}, commonJsOptio json(), bundleNativeModulesPlugin(), nodeResolve({ - mainFields: ["main"], - exportConditions: ["node", "require", "default"], ...resolveOptions, }), commonjs(commonJsOptions),