mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
copies the index.html at the root for the day1 steps
This commit is contained in:
@@ -78,7 +78,7 @@ module.exports = function(env, argv) {
|
||||
}),
|
||||
...Object.keys(entries).map(entry => {
|
||||
return {
|
||||
from: `${entry}/../**/*.md`,
|
||||
from: `${entry}/../*.+(md|html)`,
|
||||
to: outPath
|
||||
};
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user