Skip to content

Commit

Permalink
include template/[schema]/schema.yaml in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley committed Jan 31, 2025
1 parent e2be5e0 commit fd4028e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/webpack.schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = {
from: '**/*.pdf',
to: '../templates/[path][name][ext]',
},
{
context: 'templates',
from: '**/schema.yaml',
to: '../templates/[path][name][ext]',
},
],
}),
],
Expand Down

0 comments on commit fd4028e

Please sign in to comment.