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

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.

View File

@ -13,11 +13,6 @@ var base = {
'./adapters/http': 'var undefined'
}
],
// module: {
// loaders: [
// { test: /\.js$/, loader: '6to5-loader' }
// ]
// },
devtool: 'source-map'
};