webpack-emit-all-plugin icon indicating copy to clipboard operation
webpack-emit-all-plugin copied to clipboard

Fix 'Cannot read property '_value' of null' error for ContextModules

Open thomasmost opened this issue 5 years ago • 2 comments

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.

thomasmost avatar Mar 12 '20 19:03 thomasmost

Getting this error as well:

Uncaught TypeError: Cannot read property 'value' of null

Not able to send out bulk messages.

misaza226 avatar Mar 13 '20 21:03 misaza226

Same error same issue. Use this change and would fix

abelbordonado avatar Aug 12 '20 05:08 abelbordonado