Fabian Kägy
Fabian Kägy
I created a protorype for this in a local scaffold. This here is the PHP we would need to add to the scaffold for this to work: ```php /** *...
I moved the postcss global data plugin conversation into a separate issue since these two things can be handled separately from one another https://github.com/10up/10up-toolkit/issues/340
I also created a quick prototype for how one could extend a 10up/toolkit config to support this: ```js const config = require('10up-toolkit/config/webpack.config.js'); const { sync: glob } = require('fast-glob'); const...
Hey @dmtrmrv 👋 Have you had a chance to work on this yet? I'd love to move forward with this soon and just want to get a quick update on...
Thanks for adding this here :) The goal here would be to also completely remove all comments related Ui from the admin
I had a chat with @Antonio-Laguna about this in Slack. Essentially we agreed on the fact that even right now stopping the watch mode with the `--hot` flag takes ages...
Just in case it helps here is where / how we are generating the entrypoints of the CSS of blocks: https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/config/webpack/entry.js#L43-L84
@nicholasio I tested this and generalized the PHP a bit. But sadly it was still not hot reloading the CSS for me 🤔 ```php add_filter( 'block_type_metadata_settings', static function( $settings, $metadata...
@nicholasio I just tested this and it works like a charm 🤩
@nicholasio what are the next steps here? how can I help move this forward?