From 606a1a43fafce4313b2804a84aa04dcab4e750e2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 14 Dec 2022 13:14:24 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 81b766d..3a6a06f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9,9 +9,9 @@ export default function preset() { plugins: [ typescript(), json(), + bundleNativeModulesPlugin(), nodeResolve(), commonjs(), - bundleNativeModulesPlugin(), ], }); }