Compare commits

..

No commits in common. "606a1a43fafce4313b2804a84aa04dcab4e750e2" and "67a5eddd3122303a5be8e9d50257d0490b6ca267" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -9,9 +9,9 @@ export default function preset() {
plugins: [
typescript(),
json(),
bundleNativeModulesPlugin(),
nodeResolve(),
commonjs(),
bundleNativeModulesPlugin(),
],
});
}

View File

@ -10,9 +10,9 @@ export default function preset(): RollupOptions {
plugins: [
typescript(),
json(),
bundleNativeModulesPlugin(),
nodeResolve(),
commonjs(),
bundleNativeModulesPlugin(),
],
});
}