Skip to content

Commit fd4028e

Browse files
committed
include template/[schema]/schema.yaml in dist
1 parent e2be5e0 commit fd4028e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/webpack.schemas.js

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ module.exports = {
2323
from: '**/*.pdf',
2424
to: '../templates/[path][name][ext]',
2525
},
26+
{
27+
context: 'templates',
28+
from: '**/schema.yaml',
29+
to: '../templates/[path][name][ext]',
30+
},
2631
],
2732
}),
2833
],

0 commit comments

Comments
 (0)