JavaScript for WordPress › Forums › Gutenberg Development › Title Setting Not Changing › Reply To: Title Setting Not Changing
February 26, 2018 at 4:03 pm
#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!