Hugo Alliaume
Hugo Alliaume
Hi, I think the best place to open this issue is in https://github.com/symfony/webpack-encore-bundle
Hi :wave: Actually it's not possible to configure `MiniCssExtractPlugin` options, which are defined here https://github.com/symfony/webpack-encore/blob/v0.28.2/lib/plugins/mini-css-extract.js#L42-L45 I think we can add a new method `.configureMiniCssExtractPlugin` which will be usable like this:...
What versions of Encore, Node.js, and Vue do you use?
What version of Encore (not the bundle) do you use?
I'm also in favor in this, I've always removed the `.enableBuildNotifications()` from the configuration file and the `webpack-notifier` dependency. I never found those notifications very useful, but that's just my...
> I thought the way Symfony deprecations worked is that they back-ported the new classes to the supported versions. Nope it does not work like that, only 6.2 and high...
I'm using Webpack Encore and I have this issue too. It's blocking us from using `initialUiState` on `AisInstantSearch` component (cc @tristanbes). The error message is coming from [Encore](https://github.com/symfony/webpack-encore/blob/master/lib/friendly-errors/formatters/missing-css-file.js#L25) and/or the...
@sunscreem maybe you can help us by telling what building tool you use, your node version, etc ... instead of a +1
Oh, that's why my Symfony project is failing too! Env vars defined in Coolify's UI are not passed down to the PHP container, either by using `printenv` or `cat .env.local.php`...
Hum, can this be caused by https://github.com/coollabsio/coolify/commit/9c3b75757878b02033b72ee112b1f65c04e5c735? In Symfony app we commit the .env, but we expect it to be overridden by server's env vars