Closed Lakate closed 7 years ago
Add sets support
For each set run multiple webpack builds in parallel (using parallel-webpack) Each set builds in appBuild/setName/ If no set static files will be in appBuild/main/
appBuild/setName/
appBuild/main/
Run webpackDevServer with command npm run start setName if no set npm run start
npm run start setName
npm run start
🆗
@zxqfox merge? roll out a new version?
Add sets support
For each set run multiple webpack builds in parallel (using parallel-webpack) Each set builds in
appBuild/setName/
If no set static files will be inappBuild/main/
Run webpackDevServer with command
npm run start setName
if no setnpm run start