Compare commits
2 Commits
67a5eddd31
...
606a1a43fa
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 606a1a43fa | |
Derrick Hammer | 979b93a5d3 |
|
@ -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