diff --git a/webpack.config.js b/webpack.config.js index ac13d60..b8e1733 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -34,7 +34,7 @@ fs.readdirSync('./').filter(step => { } } - if (!isEntryPoint && step.includes('step')) { + if (!isEntryPoint && (step.includes('step') || step.includes('playground'))) { nonWebpackedEntries.push(step); } });