bem / create-bem-react-app

[deprecated] Create BEM React apps with no build configuration.
Other
25 stars 8 forks source link

add sets support #31

Closed Lakate closed 7 years ago

Lakate commented 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/

Run webpackDevServer with command npm run start setName if no set npm run start

Vittly commented 7 years ago

🆗

Lakate commented 7 years ago

@zxqfox merge? roll out a new version?