You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to configure webpack the way that __non_webpack__require__ is defined, so using bundle always results in error: "Cannot find module". Is it a bug or am I missing something (and if so, how can I make it work)?
Bundled real require looks like this (all requires are replaced to __webpack__require__s, but __non_webpack__require__ is ignored and is always undefined):
Description
I was unable to configure webpack the way that
__non_webpack__require__
is defined, so using bundle always results in error: "Cannot find module". Is it a bug or am I missing something (and if so, how can I make it work)?Bundled real require looks like this (all
require
s are replaced to__webpack__require__
s, but__non_webpack__require__
is ignored and is always undefined):Demos that displays this behavior
The text was updated successfully, but these errors were encountered: