Skip to content

Commit

Permalink
fix(rest): webpack still needs to fake global for browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jul 27, 2017
1 parent 7a1b2c3 commit 8f7fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -78,7 +78,7 @@ var config = {
fs: 'empty', fs: 'empty',
__dirname: true, __dirname: true,
child_process: false, child_process: false,
global: false, global: true,
process: false process: false
} }
}; };
Expand Down

0 comments on commit 8f7fa5a

Please sign in to comment.