Skip to content

Commit a9d7c0e

Browse files
committed
Add browserify config
1 parent b4dec4d commit a9d7c0e

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)