Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Feb 26, 2024
1 parent d6381ad commit 17ba4c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ export const getCopyPlugins = (
from: path.resolve(__dirname, `${sourceDir}/_locales`),
to: path.resolve(__dirname, `${outputDir}/${browserDir}/_locales`),
},
// Bundle OpenAPI schemas - the Open Payments client is using them to
// validate responses.
{
from: path.resolve(__dirname, 'node_modules/@interledger/open-payments/dist/openapi'),
to: path.resolve(__dirname, `${outputDir}/${browserDir}/openapi`),
Expand Down

0 comments on commit 17ba4c5

Please sign in to comment.