Nícholas André
Nícholas André
Related Issue/RFC: #327 ### Description of the Change As part of the v6 roadmap, we're planning on officially removing browser-sync support. ### Alternate Designs ### Possible Drawbacks ### Verification Process...
Related Issue/RFC: #168 ### Description of the Change ### Alternate Designs ### Possible Drawbacks ### Verification Process 1. `npm run dev` 2. Add the Example block (WITHOUT LINARIA) 3. Change...
### Is your enhancement related to a problem? Please describe. from @tobeycodes (https://github.com/10up/wp-scaffold/issues/199) This might be more appropriate for 10up-toolkit. I believe we should use prettier for formatting and not...
### Is your enhancement related to a problem? Please describe. Remove browser-sync support in favor of CSS Hot Reloading via HMR. ### Designs _No response_ ### Describe alternatives you've considered...
### Is your enhancement related to a problem? Please describe. Enable CSS Hot Reloading without explicit JS Entry points. This needs a PoC but the overall idea would be to...
### Is your enhancement related to a problem? Please describe. The Node.js ecosystem is evolving and there's a push for shipping ESM-only packages. Given we're already supporting only Node.js >=...
**Is your enhancement related to a problem? Please describe.** Webpack aliases (and similar features in other bundles) often cause more harm than good. With alias we can convert imports like...
Bundle sizes are often an issue in most projects and it would be great to have a section about recommended JS libraries for things like using [daysjs instead of moment.js](https://momentjs.com/docs/#/-project-status/),...
**Is your enhancement related to a problem? Please describe.** Currently, there's no way to pass additional fetch header or options to the fetch request. **Describe the solution you'd like** Provide...
And use a JSON stream parser to read/write https://github.com/salsify/jsonstreamingparser/