10up / wp-scaffold

10up WordPress project scaffold.
MIT License
184 stars 46 forks source link

RFC: Add JS Module entrypoints to scaffold #212

Open fabiankaegy opened 4 months ago

fabiankaegy commented 4 months ago

With Version 6.5 WordPress adds a new mechanism to enqueue JS modules. We should think about whether it makes sense to add a separate module entrypoint to the scaffold.

The wp Interactivity API is only availabe as a modules so if we want to make use of that we will need to support modules anyways.