mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
Fix source map in webpackDevMiddleware
This commit is contained in:
@@ -44,5 +44,7 @@ module.exports = {
|
||||
|
||||
plugins: [
|
||||
new ExtractTextPlugin('[name].css')
|
||||
]
|
||||
],
|
||||
|
||||
devtool: 'source-map'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user