added playground to nonwebpack entry

This commit is contained in:
Ken
2019-03-03 20:36:19 -08:00
parent 7605ff287b
commit ed9c7eca7d

View File

@@ -34,7 +34,7 @@ fs.readdirSync('./').filter(step => {
}
}
if (!isEntryPoint && step.includes('step')) {
if (!isEntryPoint && (step.includes('step') || step.includes('playground'))) {
nonWebpackedEntries.push(step);
}
});