module CKEditor5::Rails::Assets::WebComponentBundle

def source

def source
  @source ||= WEBCOMPONENTS_MODULES.map do |file|
    File.read(File.join(WEBCOMPONENTS_PATH, file))
  end.join("\n").html_safe
end