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

Remove webpack replacer for debug module
This commit is contained in:
Berkeley Martinez
2017-01-02 15:34:50 -08:00
committed by GitHub

View File

@ -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)
] ]