Remove webpack replacer for debug module

This commit is contained in:
systimotic
2017-01-02 00:09:19 +01:00
parent 82f75d5710
commit 86380c59dd

View File

@ -54,11 +54,6 @@ module.exports = {
},
__DEVTOOLS__: !__DEV__
}),
// Use browser version of visionmedia-debug
new webpack.NormalModuleReplacementPlugin(
/debug\/node/,
'debug'
),
new webpack.optimize.DedupePlugin(),
new webpack.optimize.OccurenceOrderPlugin(true)
]