mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding documentation
This commit is contained in:
@@ -76,6 +76,12 @@ module.exports = function() {
|
||||
to: outPath
|
||||
};
|
||||
}),
|
||||
...Object.keys(entries).map(entry => {
|
||||
return {
|
||||
from: `${entry}/../**/*.md`,
|
||||
to: outPath
|
||||
};
|
||||
}),
|
||||
{
|
||||
from: 'assets/**/*',
|
||||
to: outPath
|
||||
@@ -84,10 +90,6 @@ module.exports = function() {
|
||||
from: 'index.html',
|
||||
to: outPath
|
||||
},
|
||||
{
|
||||
from: '*.md',
|
||||
to: outPath
|
||||
},
|
||||
...nonWebpackedEntries.map(entry => ({ from: `${entry}/**/*`, to: outPath }))
|
||||
]),
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
|
||||
Reference in New Issue
Block a user