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