Skip to content

Commit

Permalink
chore: browserify close debug (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyie authored Mar 30, 2020
1 parent 92b0880 commit 63f7d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function build(options, callback) {
basedir: path.resolve(__dirname, '.'),
fullPaths: false,
standalone: 'OSS',
debug: true
debug: false
};
browserify(brOpts).add('./lib/browser.js')
.transform(babelify, {
Expand Down

0 comments on commit 63f7d5a

Please sign in to comment.