Commit f0a0719
committed
Fix: @ephox/* Dependencies bundeln statt external
Problem: 'Dynamic require of @ephox/katamari is not supported'
Lösung: Nur tinymce als external, @ephox/* wird gebundelt
- build.js aller Plugins aktualisiert
- external: ['tinymce'] statt ['tinymce', '@ephox/*']
- @ephox/* Dependencies werden jetzt in IIFE eingebettet
- Copilot Instructions aktualisiert
Test: pnpm run build erfolgreich1 parent b29d905 commit f0a0719
File tree
9 files changed
+23
-272
lines changed- .github
- assets
- scripts/tinymce/plugins/link_yform
- vendor/tinymce/plugins/link_yform
- custom_plugins
- link_yform/dist/link_yform
- phonelink
- quote
9 files changed
+23
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments