mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Cleanup
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var Promise = require('es6-promise').Promise;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dispatch a request to the server using whichever adapter
|
* Dispatch a request to the server using whichever adapter
|
||||||
* is supported by the current environment.
|
* is supported by the current environment.
|
||||||
|
|||||||
@@ -13,11 +13,6 @@ var base = {
|
|||||||
'./adapters/http': 'var undefined'
|
'./adapters/http': 'var undefined'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// module: {
|
|
||||||
// loaders: [
|
|
||||||
// { test: /\.js$/, loader: '6to5-loader' }
|
|
||||||
// ]
|
|
||||||
// },
|
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user