*Dont do default export

This commit is contained in:
Derrick Hammer 2022-12-14 10:03:43 -05:00
parent 546041ad8a
commit 921918f1fb
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import { bundleNativeModulesPlugin } from "@lumeweb/rollup-plugin-bundle-native-
import typescript from "@rollup/plugin-typescript";
import json from "@rollup/plugin-json";
const preset = defineConfig({
export const preset = defineConfig({
plugins: [
typescript(),
json(),
@ -14,5 +14,3 @@ const preset = defineConfig({
bundleNativeModulesPlugin(),
],
});
export default preset;