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:
@@ -12,6 +12,9 @@ function generateConfig(name) {
|
||||
library: 'axios',
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
node: {
|
||||
process: false
|
||||
},
|
||||
externals: [
|
||||
{
|
||||
'./adapters/http': 'var undefined'
|
||||
|
||||
Reference in New Issue
Block a user