It is ok to install xhr2 in browser

This commit is contained in:
afc163 2015-08-24 15:02:57 +08:00
parent 7e6152c5ca
commit e57773d8c5
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,8 @@
"rc-upload": "~1.3.1",
"rc-util": "~2.0.3",
"react-slick2": "~0.6.6",
"reqwest": "~2.0.1"
"reqwest": "~2.0.2",
"xhr2": "~0.1.3"
},
"devDependencies": {
"autoprefixer-loader": "~2.0.0",

View File

@ -60,8 +60,7 @@ module.exports = {
},
plugins: [
new ExtractTextPlugin('[name].css'),
new webpack.IgnorePlugin(/xhr2/)
new ExtractTextPlugin('[name].css')
],
devtool: 'source-map'