mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fixing UMD build
This commit is contained in:
@@ -15,11 +15,6 @@ function generateConfig(name) {
|
|||||||
node: {
|
node: {
|
||||||
process: false
|
process: false
|
||||||
},
|
},
|
||||||
externals: [
|
|
||||||
{
|
|
||||||
'./adapters/http': 'var undefined'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -47,4 +42,3 @@ function generateConfig(name) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user