-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Description
I'm noticing with webpack v3 there's a lot of this kind of generated code:
Object(__WEBPACK_IMPORTED_MODULE_3__module_resolve_filename_js__["a" /* default */])(foo)What's the reason for wrapping all references with Object() and can this be disabled or optimized away to a single wrap?
refack, pspeter3, yvele, Delagen, azz and 6 more