Skip to content

Commit b9ff14b

Browse files
authored
Indicate package.json 'module' entry has no side effects for WebPack (#72)
1 parent 493138d commit b9ff14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"main": "tslib.js",
2525
"module": "tslib.es6.js",
2626
"jsnext:main": "tslib.es6.js",
27-
"typings": "tslib.d.ts"
27+
"typings": "tslib.d.ts",
28+
"sideEffects": false
2829
}

0 commit comments

Comments
 (0)