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 9934c63 commit bee4bf3Copy full SHA for bee4bf3
modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc
@@ -37,10 +37,10 @@ import 'tinymce/plugins/table';
37
/* import './plugins/powerpaste/js/wordimport.js'; */
38
39
/* content UI CSS is required */
40
-import contentUiSkinCss from 'tinymce/skins/ui/oxide/content.js';
+import 'tinymce/skins/ui/oxide/content.js';
41
42
/* The default content CSS can be changed or replaced with appropriate CSS for the editor content. */
43
-import contentCss from 'tinymce/skins/content/default/content.js';
+import 'tinymce/skins/content/default/content.js';
44
45
/* Initialize TinyMCE */
46
export function render () {
0 commit comments