Newest release (4.7.5) doesn't export to webpack
See original GitHub issueDo you want to request a feature or report a bug? Report a bug
What is the current behavior?
In versions up to 4.7.4, the tinymce
object was successfully exported using module.exports
. In the most recent version, that behavior is gone.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tinymce.com or similar.
From the command line, simply run npm install tinymce --save
or npm install tinymce@4.7.5 --save
. Then try importing tinymce in a webpack environment e.g. var tinymce = require("tinymce");
What is the expected behavior? The same as before.
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE? We were able to lock the version in our application to 4.7.4 and can continue working, but can’t upgrade at this time.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
4.7.6 has now been released and should fix this problem.
Oh, sorry yeah that’s right I’ve already talked with you about it! 😅 🙇
Anyway, 4.7.6 will be release early next week.