Skip to content

Commit

Permalink
Remove null-ed dependencies, they fit now!
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed May 29, 2019
1 parent bc589b5 commit 1d7b6ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module.exports = {
target: 'webworker',
resolve: {
alias: {
'apollo-engine-reporting': path.resolve(__dirname, './null.js'),
busboy: path.resolve(__dirname, './null.js'),
fs: path.resolve(__dirname, './null.js'),
},
},
Expand Down

0 comments on commit 1d7b6ce

Please sign in to comment.