We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e06ee commit e9fb138Copy full SHA for e9fb138
core/lib/asset_copy.js
@@ -82,7 +82,7 @@ const asset_copier = () => {
82
path.resolve(basePath, dir.source),
83
{
84
ignored: /(^|[\/\\])\../,
85
- ignoreInitial: true,
+ ignoreInitial: false,
86
awaitWriteFinish : {
87
stabilityThreshold: 200,
88
pollInterval: 100
0 commit comments