Skip to content

Commit

Permalink
fix: exclusions MUST not be the whole /node_modules/ as it breaks the…
Browse files Browse the repository at this point in the history
… generated bundle
  • Loading branch information
alfetopito committed Oct 27, 2023
1 parent f470aa3 commit aca2086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/permit-utils/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
},
rollupOptions: {
// External packages that should not be bundled into your library.
external: [/node_modules/],
external: [/@1inch/, /@cowprotocol/, /@ethersproject/],
},
},
})

0 comments on commit aca2086

Please sign in to comment.