Cannot read property 'call' of undefined
Igor-Vuk opened this issue · 1 comments
Igor-Vuk commented
I am getting this error as soon as I include this plugin inside webpack configuration. I am using it in combination with babel-plugin-lodash.
This are the only two thing that I putted inside webpack config regarding this plugin.
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin')
new LodashModuleReplacementPlugin()