Just to let you know that CKeditor in not working on your demo
Hi Toby,
We will fix it. If you have this issue with your local CKEditor, here is the workaround.
You have to remove this part from tools/gulp/helpers.js file in the jsChannel function.
.pipe(() => {
return gulpif(!jsSourcemaps, removeSourcemaps());
})