diff --git a/lib/core/dispatchRequest.js b/lib/core/dispatchRequest.js index a23d350..f063497 100644 --- a/lib/core/dispatchRequest.js +++ b/lib/core/dispatchRequest.js @@ -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. diff --git a/webpack.config.js b/webpack.config.js index 9715d3e..7c9bc34 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,11 +13,6 @@ var base = { './adapters/http': 'var undefined' } ], - // module: { - // loaders: [ - // { test: /\.js$/, loader: '6to5-loader' } - // ] - // }, devtool: 'source-map' };