Nícholas André
Nícholas André
@Antonio-Laguna would this be a breaking change? should we include it as part of v6/the next major of stylelint
@tobeycodes You could still set up vscode so that it runs for the other supported files correct? We could add the extensions prettier should be used to format here https://github.com/10up/wp-scaffold/pull/206/files#diff-a5de3e5871ffcc383a2294845bd3df25d3eeff6c29ad46e3a396577c413bf357R18...
relevant to this discussion https://www.joshuakgoldberg.com/blog/you-probably-dont-need-eslint-config-prettier-or-eslint-plugin-prettier
It looks like browser-sync is being actively maintained again so the initial concern of outdated deps isn't a concern anymore. However I'd still like to leverage HMR for front-end css...
In the past, we had a `buildfiles.config.js` but I'm pretty sure we're ignoring this file right now. https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/config/buildfiles.config.js I actually like the idea of a single `toolkit.config.js` file and I'd...
todo: look into making this work for css for blocks as well.
Upon further investigation (and after trying to come up with PoC for the original proposal) I realized we likely don't need this. For every css-only entry point 10up-toolkit is already...
quick PoC, dropping this in 10up-theme enables HMR for editor styles in the example block (without linaria). ```php add_filter( 'block_type_metadata_settings', function( $settings, $metadata ) { if ( isset( $metadata['editorStyle'] )...
@sharmeela What version of the package are you using? Can you try with `10up/elasticpress-react@next `? `npm install --save 10up/elasticpress-react@next` I'll get the next version released as stable but in the...
Also if you're building a headless WordPress theme you might want to take a look at frontity and this other package: https://github.com/10up/frontity-packages/tree/develop/packages/elasticpress