mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix webpack.config
This commit is contained in:
parent
7e35666f98
commit
3f7557e905
@ -43,8 +43,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new ExtractTextPlugin('[name].css'),
|
||||
new webpack.NewWatchingPlugin()
|
||||
new ExtractTextPlugin('[name].css')
|
||||
],
|
||||
|
||||
devtool: '#source-map'
|
||||
|
Loading…
Reference in New Issue
Block a user