Compare commits
2 Commits
67a5eddd31
...
606a1a43fa
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 606a1a43fa | |
Derrick Hammer | 979b93a5d3 |
|
@ -9,9 +9,9 @@ export default function preset() {
|
||||||
plugins: [
|
plugins: [
|
||||||
typescript(),
|
typescript(),
|
||||||
json(),
|
json(),
|
||||||
|
bundleNativeModulesPlugin(),
|
||||||
nodeResolve(),
|
nodeResolve(),
|
||||||
commonjs(),
|
commonjs(),
|
||||||
bundleNativeModulesPlugin(),
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@ export default function preset(): RollupOptions {
|
||||||
plugins: [
|
plugins: [
|
||||||
typescript(),
|
typescript(),
|
||||||
json(),
|
json(),
|
||||||
|
bundleNativeModulesPlugin(),
|
||||||
nodeResolve(),
|
nodeResolve(),
|
||||||
commonjs(),
|
commonjs(),
|
||||||
bundleNativeModulesPlugin(),
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue