webpack-bundle icon indicating copy to clipboard operation
webpack-bundle copied to clipboard

Bundle to Integrate Webpack into Symfony

Results 16 webpack-bundle issues
Sort by recently updated
recently updated
newest added

In SF4.3.1, To resolve the deprecated error _The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "maba_webpack" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead._ in file...

Hello, Thank you for building a very useful bundle. When I run the dev-server, it takes a lot of memory. One thing I noticed is that there is a PHP...

People are experiencing a large boost in build times. @mariusbalcytis do you have any plan in providing the new configs?

Hi, I'm not sure if this is an issue to mention here, just wanted to let other people know how to fix it. Maybe even add it to the package...

I think this should be `%kernel.root_dir%` not `%kernel.project_dir%` https://github.com/mariusbalcytis/webpack-bundle/blob/1737c73cae2d3501272c960a6292ccbd533d9b74/src/DependencyInjection/Configuration.php#L71

Hey @mariusbalcytis One of my biggest vices with Assetic is that it looks at all of our thousands of twig files within our handful of bundles and has to parse...

Hey, I recently tried Symfony Encore bundle. It was nothing compare to yours in term of usability but there is at least something they do right. It's keeping prod's compiled...

Here is something I don't fully understand. I have this twig snippet: ``` {% block stylesheets %} {{ parent() }} {% webpack css '@MyBundle/Resources/assets/scss/containers/my-container.scss' %} {% end_webpack %} {% endblock...

# Issue: I get the following error when I run app/console maba:webpack:compile --env=prod I only get the error when I use the --env=prod option to deploy for production What should...

Hi, I'm trying to figure out how to use this correctly. In Twig I have this: ``` {% block javascripts %} {% endblock %} ``` Inside **dashboard.js** I have this...