diff --git a/webpack.config.js b/webpack.config.js index 9254bd6..2afd0f5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -12,6 +12,9 @@ function generateConfig(name) { library: 'axios', libraryTarget: 'umd' }, + node: { + process: false + }, externals: [ { './adapters/http': 'var undefined'