Skip to content

Commit 9eb68cb

Browse files
committed
Include exampleInput again
1 parent fd4028e commit 9eb68cb

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
@@ -28,6 +28,11 @@ module.exports = {
2828
from: '**/schema.yaml',
2929
to: '../templates/[path][name][ext]',
3030
},
31+
{
32+
context: 'templates',
33+
from: '**/exampleInput/*.*',
34+
to: '../templates/[path][name][ext]',
35+
},
3136
],
3237
}),
3338
],

0 commit comments

Comments
 (0)