webpack-bundle
webpack-bundle copied to clipboard
Bundle to Integrate Webpack into Symfony
Hello. I'm using this bundle. Great job. Thank you. I have a question. Is it possible to compile styles and scripts in maba/webpack-bundle on multiple static servers? I’m sure you’re...
I'm trying to include a different logo per locale: ``` {{ webpack_asset('@app/Resources/assets/images/logo-' ~ app.request.locale ~ '.svg') }} ``` But the compiler trows this error: Argument passed to function webpack_asset must...
Currently if running functional tests, `maba:webpack:compile` must be ran beforehand. This might cause issues if cache is cleared inside the tests, different environments used, several tests are ran simultaneously (via...
Everytime i clear the symfony cache, manifest is deleted and i have to recompile to generate another manifest. There is a solution to handle this? Like use symfony cache warmer,...
Running the command php bin/console maba:webpack:compile --env=prod results in [Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "maba:webpack" namespace. Seems like maba:webpack:compile doesn´t accept any params
I'm testing webpack-bundle with clean Symfony 3.2 project. When there is syntax error in *.html.twig, for example missing '}', dashboard is overwritten with error text. Error message is printed every...