Skip to content

Commit

Permalink
fix: try externalizing solidity parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Apr 18, 2023
1 parent 62ffffe commit db8544a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common-codegen/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default defineConfig({
minify: false,
sourcemap: true,
},
ssr: {
external: ["@solidity-parser/parser"],
},
/**
* @see https://vitest.dev/config/
*/
Expand Down

0 comments on commit db8544a

Please sign in to comment.