View on GitHub

CoreMedia CKEditor 5 Plugins

CoreMedia's CKEditor 5 Plugins provides plugins for CKEditor 5 with focus on integration into CoreMedia CMS.

Download this project as a .zip file Download this project as a tar.gz file

Shared Babel Configuration

Module: @coremedia-internal/ckeditor5-babel-config

This internal module contains some configuration for Babel shared across all packages.

Usage

pnpm add --save-dev @coremedia-internal/ckeditor5-babel-config

Provide a babel.config.js with basic template:

const sharedBabelConf = require('@coremedia-internal/ckeditor5-babel-config');

module.exports = sharedBabelConf;