Merge pull request #12249 from systimotic/fix/debug-browser

Fix debug webpack replace issue
This commit is contained in:
Berkeley Martinez
2016-12-28 20:45:55 -08:00
committed by GitHub

View File

@ -57,7 +57,7 @@ module.exports = {
// Use browser version of visionmedia-debug
new webpack.NormalModuleReplacementPlugin(
/debug\/node/,
'debug/browser'
'debug'
),
new webpack.optimize.DedupePlugin(),
new webpack.optimize.OccurenceOrderPlugin(true)