mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Added an option to run DEV either dev-server or compile only #24

Closed honzajerabek closed 7 years ago

honzajerabek commented 7 years ago

Now it’s possible to run both commands using dev env: app/console maba:webpack:compile --env=dev app/console maba:webpack:dev-server --env=dev

default webpack.config.js will use the correct public_path to files

Sometimes it’s not needed to have the dev-server running all the time, when not working in javascript