Skip to content

Commit a45442b

Browse files
committed
DOC-3329: Remove known issue for NPM inlineCSS issue.
1 parent b845996 commit a45442b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ROOT/pages/8.3.0-release-notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ This section describes issues that users of {productname} {release-version} may
231231

232232
There is one known issue in {productname} {release-version}.
233233

234+
<<<<<<< Updated upstream
234235
=== Vite/Rollup import issue with `tinymce-premium/plugins/inlinecss`
235236

236237
When using Vite or Rollup as a bundler, importing the `inlinecss` plugin from the `tinymce-premium` package using `import 'tinymce-premium/plugins/inlinecss'` may fail due to a pattern matching bug in Vite/Rollup. The bundler incorrectly matches the `./plugins/*.css` pattern instead of `./plugins/*`, causing the import to fail.
@@ -257,3 +258,5 @@ Alternatively, you can use the explicit import paths that work correctly:
257258
- `import 'tinymce-premium/plugins/inlinecss/plugin.js'`
258259

259260
**Status:** This is a known issue with Vite/Rollup's pattern matching. Webpack handles this correctly without any workaround.
261+
=======
262+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)