Skip to content

Commit eb9a0f0

Browse files
committed
Make sure browserify doesn't include process
1 parent 9471597 commit eb9a0f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ browser: src/*.js libopus
88
./node_modules/.bin/browserify \
99
--global-transform browserify-shim \
1010
--bare \
11+
--no-detect-globals \
1112
. \
1213
> build/opus.js
1314

0 commit comments

Comments
 (0)