2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +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', library: 'axios',
libraryTarget: 'umd' libraryTarget: 'umd'
}, },
node: {
process: false
},
externals: [ externals: [
{ {
'./adapters/http': 'var undefined' './adapters/http': 'var undefined'