Skip to content

Commit

Permalink
added es6-promise to fix polyfill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkbarnes committed Oct 8, 2015
1 parent a16c4a6 commit f21b1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"css-loader": "^0.19.0",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"es6-promise": "^3.0.2",
"express": "~4.13.1",
"morgan": "~1.6.1",
"react": "^0.13.3",
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var Promise = require('es6-promise').Promise;

module.exports = {
entry: __dirname + "/src/App.jsx",
output: {
Expand Down

4 comments on commit f21b1f1

@gregkbarnes
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@F2EVarMan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank

@Bhaktaranjan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It works.

@vinodchavan102
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much

Please sign in to comment.