Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Mar 13, 2015
1 parent 69af756 commit dd2aa79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions lib/core/dispatchRequest.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ var base = {
'./adapters/http': 'var undefined'
}
],
// module: {
// loaders: [
// { test: /\.js$/, loader: '6to5-loader' }
// ]
// },
devtool: 'source-map'
};

Expand Down

0 comments on commit dd2aa79

Please sign in to comment.