Skip to content

Commit e2baf0c

Browse files
committed
Merge pull request #1301 from e-jigsaw/for-browserify
Add browserify config
2 parents 08aed3e + a9d7c0e commit e2baf0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,10 @@
8181
"*.js"
8282
]
8383
}
84-
]
84+
],
85+
"browserify": {
86+
"transform": [
87+
"loose-envify"
88+
]
89+
}
8590
}

0 commit comments

Comments
 (0)