mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
Don't include a process shim in the build
This commit is contained in:
parent
84027a31b4
commit
025620a895
@ -12,6 +12,9 @@ function generateConfig(name) {
|
||||
library: 'axios',
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
node: {
|
||||
process: false
|
||||
},
|
||||
externals: [
|
||||
{
|
||||
'./adapters/http': 'var undefined'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user