The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Should we commit the build directory? I am thinking no. Sound about right? Since it is a compiled directory much like the mode_modules directory I think it should just be compiled and used by which ever server needs it and not included into the git commits.
What do you all think?
David3
You are right, @clayton.collie
The build directory is generated from the source code, so it is not necessary to maintain a version of those files. You can add it to the .gitignore file without any problem.