*Dont do default export
This commit is contained in:
parent
546041ad8a
commit
921918f1fb
|
@ -5,7 +5,7 @@ import { bundleNativeModulesPlugin } from "@lumeweb/rollup-plugin-bundle-native-
|
||||||
import typescript from "@rollup/plugin-typescript";
|
import typescript from "@rollup/plugin-typescript";
|
||||||
import json from "@rollup/plugin-json";
|
import json from "@rollup/plugin-json";
|
||||||
|
|
||||||
const preset = defineConfig({
|
export const preset = defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
typescript(),
|
typescript(),
|
||||||
json(),
|
json(),
|
||||||
|
@ -14,5 +14,3 @@ const preset = defineConfig({
|
||||||
bundleNativeModulesPlugin(),
|
bundleNativeModulesPlugin(),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
export default preset;
|
|
||||||
|
|
Loading…
Reference in New Issue