Browse Source

ignore xhr2

pull/157/head
afc163 9 years ago
parent
commit
a14f8abbfb
  1. 3
      package.json
  2. 3
      webpack.config.js

3
package.json

@ -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",

3
webpack.config.js

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

Loading…
Cancel
Save