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(), ], }); }