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