mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
It is ok to install xhr2 in browser
This commit is contained in:
parent
7e6152c5ca
commit
e57773d8c5
@ -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",
|
||||
|
@ -60,8 +60,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new ExtractTextPlugin('[name].css'),
|
||||
new webpack.IgnorePlugin(/xhr2/)
|
||||
new ExtractTextPlugin('[name].css')
|
||||
],
|
||||
|
||||
devtool: 'source-map'
|
||||
|
Loading…
Reference in New Issue
Block a user