Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Docs: Use CDN build and importmap in snippets. #17929

Draft
wants to merge 8 commits into
base: master-it84
Choose a base branch
from

Conversation

filipsobol
Copy link
Member

Suggested merge commit message (convention)

Docs: Use CDN build and importmap in snippets.

import { CKEditorTranslationsPlugin } from '@ckeditor/ckeditor5-dev-translations';
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import TerserPlugin from 'terser-webpack-plugin';
import { createRequire } from 'module';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only this file has some notable changes. Changes in all other files should be:

  • typo fixes,
  • import fixes,
  • removal of license keys from snippets.

Comment on lines 76 to 77
'<link rel="stylesheet" href="https://cdn.ckeditor.com/ckeditor5/44.2.0/ckeditor5.css" />',
'<link rel="stylesheet" href="https://cdn.ckeditor.com/ckeditor5-premium-features/44.2.0/ckeditor5-premium-features.css" />',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these be based on the version as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants