2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Merge pull request #132 from jtangelder/patch-1

Don't include a process shim in the build
This commit is contained in:
Matt Zabriskie
2015-10-27 14:37:22 -06:00
+3
View File
@@ -12,6 +12,9 @@ function generateConfig(name) {
library: 'axios',
libraryTarget: 'umd'
},
node: {
process: false
},
externals: [
{
'./adapters/http': 'var undefined'