diff --git a/webpack.config.js b/webpack.config.js index 9c7a5ab..4178a9e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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'), }, },