Skip to content

Commit

Permalink
chore(esbuild): remove @interledger/openapi from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 7, 2025
1 parent 5599884 commit 1820c63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esbuild/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ export const getPlugins = ({
}));
},
},
ignorePackagePlugin([/@apidevtools[/|\\]json-schema-ref-parser/]),
ignorePackagePlugin([
/@apidevtools[/|\\]json-schema-ref-parser/,
/@interledger[/|\\]openapi/,
]),
esbuildStylePlugin({
extract: true,
postcss: {
Expand Down

0 comments on commit 1820c63

Please sign in to comment.