Merge pull request #12310 from systimotic/fix/debug-browser
Remove webpack replacer for debug module
This commit is contained in:
@ -54,11 +54,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
__DEVTOOLS__: !__DEV__
|
__DEVTOOLS__: !__DEV__
|
||||||
}),
|
}),
|
||||||
// Use browser version of visionmedia-debug
|
|
||||||
new webpack.NormalModuleReplacementPlugin(
|
|
||||||
/debug\/node/,
|
|
||||||
'debug'
|
|
||||||
),
|
|
||||||
new webpack.optimize.DedupePlugin(),
|
new webpack.optimize.DedupePlugin(),
|
||||||
new webpack.optimize.OccurenceOrderPlugin(true)
|
new webpack.optimize.OccurenceOrderPlugin(true)
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user