webpack-emit-all-plugin
webpack-emit-all-plugin copied to clipboard
Fix 'Cannot read property '_value' of null' error for ContextModules
This fixes the Cannot read property '_value' of null error discussed in #2 and #6 for ContextModules in addition to MultiModules. Since we only want to emit modules with _source values, this seems like a relatively safe fix.
Getting this error as well:
Uncaught TypeError: Cannot read property 'value' of null
Not able to send out bulk messages.
Same error same issue. Use this change and would fix