Skip to content

Commit 78f0040

Browse files
3288: Fix webpack
1 parent fedd57a commit 78f0040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/tools/webpack.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ const createConfig = (
238238
}),
239239
new CopyPlugin({
240240
patterns: [
241-
{ from: wwwDirectory, to: distDirectory },
242-
{ from: configAssets, to: distDirectory },
241+
{ context: wwwDirectory, from: '**/*', to: distDirectory },
242+
{ context: configAssets, from: '**/*', to: distDirectory },
243243
{
244244
from: manifestPreset,
245245
to: distDirectory,

0 commit comments

Comments
 (0)