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:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user