Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Feb 8, 2024
1 parent d287519 commit 3dbc7de
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 23 deletions.
56 changes: 42 additions & 14 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ui/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const config = {
// }
// }
// other options...
},
optimizeDeps: {
include: ["@vf-ui/graphql-client-holochain", "@valueflows/vf-graphql-holochain"]
}
// optimizeDeps: {
// include: ["@vf-ui/graphql-client-holochain", "@valueflows/vf-graphql-holochain"]
// }
}

export default config;
12 changes: 6 additions & 6 deletions ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export default defineConfig({
},
test: {
include: ['src/**/*.{test,spec}.{js,ts}']
},
build: {
rollupOptions: {
external: ['@vf-ui/graphql-client-holochain', '@valueflows/vf-graphql-holochain']
}
},
}//,
// build: {
// rollupOptions: {
// external: ['@vf-ui/graphql-client-holochain', '@valueflows/vf-graphql-holochain']
// }
// },
});

// import { defineConfig } from 'vite';
Expand Down

0 comments on commit 3dbc7de

Please sign in to comment.