Ben Word
                                            Ben Word
                                        
                                    Closing for now. [Poet](https://github.com/log1x/poet) by @Log1x supports registering patterns with Blade
since we set `AUTOMATIC_UPDATER_DISABLED` to true, it looks like we don't need to do anything here? per @joshuafredrickson on roots slack: ```php // Disable plugins auto-update UI elements. add_filter('plugins_auto_update_enabled', '__return_false');...
@stephan-v what exactly are you looking for? there are solutions in this thread along with @strarsis PRs and topics about using sage 9 with newer node versions. we are not...
thanks for the PR! i think that this issue on the bud repo still needs to be resolved: https://github.com/roots/bud/issues/387
thanks! fwiw, sage likely won't be switching to yarn v3 unless bud does as far as i understand, there's been a _ton_ of pushback in the dev community about yarn...
if [bud could work on npm instead of requiring yarn](https://github.com/roots/bud/issues/913), i personally would prefer to drop use of yarn entirely in sage due to the current state of yarn
after looking into this a bit more, i'm a little hesitant because: * we'll have to move away from dependabot like @QWp6t mentioned. this isn't a dealbreaker, dependabot isn't perfect...
@dangelion You'll have to use [bud.tap](https://bud.js.org/docs/bud.tap/) here: ```js .tap(bud => bud.postcss.setPluginOptions('env', {preserve: false})) ``` Full `bud.config.mjs` config from Sage sample ```js // @ts-check /** * Build configuration * * @see...
@dangelion Possible? Probably! Have you tried to figure it out? The issue tracker on this repo isn't meant for support. Please make a topic on https://discourse.roots.io/ for questions!
If you want to make a Composer package out of this I'd be happy to add it to our docs, but this isn't something we will be adding in Bedrock...