mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
added playground to nonwebpack entry
This commit is contained in:
@@ -34,7 +34,7 @@ fs.readdirSync('./').filter(step => {
|
||||
}
|
||||
}
|
||||
|
||||
if (!isEntryPoint && step.includes('step')) {
|
||||
if (!isEntryPoint && (step.includes('step') || step.includes('playground'))) {
|
||||
nonWebpackedEntries.push(step);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user