Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #78 from n1ghtmare/master
Browse files Browse the repository at this point in the history
Added an EventSource polyfill
  • Loading branch information
gaearon committed Dec 24, 2015
2 parents de651a4 + c88f3d7 commit bc1dd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"rimraf": "^2.4.3",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
"webpack-hot-middleware": "^2.6.0",
"eventsource-polyfill": "^0.9.6"
},
"dependencies": {
"react": "^0.14.3",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var webpack = require('webpack');
module.exports = {
devtool: 'cheap-module-eval-source-map',
entry: [
'eventsource-polyfill',
'webpack-hot-middleware/client',
'./src/index'
],
Expand Down

0 comments on commit bc1dd6b

Please sign in to comment.