lodash / lodash-webpack-plugin

Smaller modular Lodash builds.
Other
1.19k stars 63 forks source link

Cannot read property 'call' of undefined #151

Closed Igor-Vuk closed 6 years ago

Igor-Vuk commented 6 years ago

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()
jdalton commented 6 years ago

Hi @Igor-Vuk!

Keep digging. I cannot repro. We have unit tests and I just recently used this plugin on my own over the weekend (so can confirm it does work).