Skip to content

Commit 08613b8

Browse files
committed
Fix: Missing options in CopyWebpackPlugin
1 parent fcc1cb7 commit 08613b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ const config = {
8787
flatten: true,
8888
},
8989
],
90+
options: {
91+
concurrency: 100,
92+
},
9093
}),
9194
],
9295
resolve: {

0 commit comments

Comments
 (0)