Don't include a process shim in the build

This commit is contained in:
Jorik Tangelder 2015-10-26 10:39:33 +01:00
parent 84027a31b4
commit 025620a895

View File

@ -12,6 +12,9 @@ function generateConfig(name) {
library: 'axios',
libraryTarget: 'umd'
},
node: {
process: false
},
externals: [
{
'./adapters/http': 'var undefined'