JavaScript for WordPress Forums Gutenberg Development Title Setting Not Changing Reply To: Title Setting Not Changing

#42283
Zac Gordon
Keymaster

Hi Sally!

The reason is that the plugin pulls in a compiled version of all the other JavaScript files. This is so that we can use things like imports and JSX and other JavaScript features that might not be supported in browsers.

It is an extra step, but does provide a lot of benefits that make it worth it 🙂

Hope that helps! Let me know how the config process goes!