Compare commits
No commits in common. "606a1a43fafce4313b2804a84aa04dcab4e750e2" and "67a5eddd3122303a5be8e9d50257d0490b6ca267" have entirely different histories.
606a1a43fa
...
67a5eddd31
|
@ -9,9 +9,9 @@ export default function preset() {
|
|||
plugins: [
|
||||
typescript(),
|
||||
json(),
|
||||
bundleNativeModulesPlugin(),
|
||||
nodeResolve(),
|
||||
commonjs(),
|
||||
bundleNativeModulesPlugin(),
|
||||
],
|
||||
});
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@ export default function preset(): RollupOptions {
|
|||
plugins: [
|
||||
typescript(),
|
||||
json(),
|
||||
bundleNativeModulesPlugin(),
|
||||
nodeResolve(),
|
||||
commonjs(),
|
||||
bundleNativeModulesPlugin(),
|
||||
],
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue