We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562193 commit 3a71d39Copy full SHA for 3a71d39
modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc
@@ -35,10 +35,10 @@ import 'tinymce/plugins/table';
35
/* import './plugins/<plugincode>'; */
36
37
/* content UI CSS is required */
38
-import contentUiSkinCss from 'tinymce/skins/ui/oxide/content.js';
+import 'tinymce/skins/ui/oxide/content.js';
39
40
/* The default content CSS can be changed or replaced with appropriate CSS for the editor content. */
41
-import contentCss from 'tinymce/skins/content/default/content.js';
+import 'tinymce/skins/content/default/content.js';
42
43
/* Initialize TinyMCE */
44
export function render () {
0 commit comments