Skip to content

Commit 14c5643

Browse files
committed
whitelist polyfill.js.map in the package. Fixes #2
1 parent 5512d99 commit 14c5643

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
@@ -38,7 +38,8 @@
3838
"files": [
3939
"src",
4040
"dist",
41-
"polyfill.js"
41+
"polyfill.js",
42+
"polyfill.js.map"
4243
],
4344
"babel": {
4445
"presets": [

0 commit comments

Comments
 (0)