Skip to content

Commit

Permalink
webpack: minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 17, 2017
1 parent 1b94d67 commit 10b73f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ module.exports = {
new webpack.DefinePlugin({
'process.env.BCOIN_NETWORK':
str(env.BCOIN_NETWORK || 'main'),
'process.env.BCOIN_WORKERS_ENABLED':
str(env.BCOIN_WORKERS_ENABLED || '0'),
'process.env.BCOIN_WORKER_URL':
str(env.BCOIN_WORKER_URL || '/bcoin-worker.js'),
'process.env.BCOIN_MASTER_URL':
Expand Down

0 comments on commit 10b73f6

Please sign in to comment.