Skip to content

Commit c60b078

Browse files
committed
Revert change to explicitly use commonjs modules
1 parent 4327235 commit c60b078

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
* Add notes on security.
1313

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+
1417
# 1.9.1
1518

1619
* Ignore AlternateContent elements when there is no Fallback element.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"markdown",
1212
"md"
1313
],
14-
"type": "commonjs",
1514
"main": "./lib/index.js",
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)