@ -61,8 +61,7 @@
"rc-upload": "~1.3.0",
"rc-util": "~2.0.3",
"react-slick": "~0.6.4",
"reqwest": "~2.0.1",
"xhr2": "~0.1.3"
"reqwest": "~2.0.1"
},
"devDependencies": {
"autoprefixer-loader": "~2.0.0",
@ -60,7 +60,8 @@ module.exports = {
plugins: [
new ExtractTextPlugin('[name].css')
new ExtractTextPlugin('[name].css'),
new webpack.IgnorePlugin(/xhr2/)
],
devtool: 'source-map'