question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Newest release (4.7.5) doesn't export to webpack

See original GitHub issue

Do 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:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

3reactions
fyrkantcommented, Jan 29, 2018

4.7.6 has now been released and should fix this problem.

2reactions
fyrkantcommented, Jan 26, 2018

Oh, sorry yeah that’s right I’ve already talked with you about it! 😅 🙇

Anyway, 4.7.6 will be release early next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

To v5 from v4 - webpack
This guide aims to help you migrating to webpack 5 when using webpack directly. If you are using a higher level tool to...
Read more >
Typescript: Unable to re-export a type with Webpack 4 #603
I'm submitting a bug report Webpack Version: 4.4.1 Babel Core ... A new syntax for type-only imports and exports will look as follows:....
Read more >
Documentation - TypeScript 4.7
TypeScript treats a file as a module whenever it finds any import or export statement in a file, but otherwise, will assume a...
Read more >
webpack 5 with babel build not exporting functions
I am trying to build and publish a react component to npm. I am using webpack 5 with babel. ... My webpack.config.js contains...
Read more >
ES6 Import & Export > Webpack Encore - SymfonyCasts
Webpack Encore: A Party for your Assets ... This tutorial has a new version, check it out! ... In ECMAScript, the require() function...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found