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 4327235 commit c60b078Copy full SHA for c60b078
NEWS
@@ -11,6 +11,9 @@
11
12
* Add notes on security.
13
14
+* Revert the change to explicitly use commonjs modules. This appeared to cause
15
+ issues with some bundlers such as webpack when using mammoth.browser.js.
16
+
17
# 1.9.1
18
19
* Ignore AlternateContent elements when there is no Fallback element.
package.json
@@ -11,7 +11,6 @@
"markdown",
"md"
],
- "type": "commonjs",
"main": "./lib/index.js",
"repository": {
"type": "git",
0 commit comments