Skip to content

Commit e9fb138

Browse files
committed
ensure initial copy of assets
1 parent 90e06ee commit e9fb138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/asset_copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const asset_copier = () => {
8282
path.resolve(basePath, dir.source),
8383
{
8484
ignored: /(^|[\/\\])\../,
85-
ignoreInitial: true,
85+
ignoreInitial: false,
8686
awaitWriteFinish : {
8787
stabilityThreshold: 200,
8888
pollInterval: 100

0 commit comments

Comments
 (0)