2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00
This commit is contained in:
mzabriskie
2015-03-13 17:08:22 -06:00
parent 69af75623c
commit dd2aa791e6
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -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.
-5
View File
@@ -13,11 +13,6 @@ var base = {
'./adapters/http': 'var undefined'
}
],
// module: {
// loaders: [
// { test: /\.js$/, loader: '6to5-loader' }
// ]
// },
devtool: 'source-map'
};