I want to use a custom build of CKEditor 5 on my project, the build is working fine with the index.html file in samples working as it should, the build directory is in the root directory of the project but I can't get it to work with the other pages, I've tried to import it as:
import ClassicEditor from '../../../ckeditor5_custom_build/build/ckeditor.js';
Also tried to remove the .js ext from the ckeditor file on import but the error persists.
It might be something basic since I've just started messing with CKEditor and am still learning, any ideas on how to fix it would be apreciated.