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
This is working as expected. Instead of ignoring (which just omits the module from the bundle, but you are not allowed to require it), try to alias (resolve.alias) it to a mock module. Here you may use an empty function.
#32
Open
luke-hanwook opened this issue
Nov 7, 2023
· 0 comments
This is working as expected. Instead of ignoring (which just omits the module from the bundle, but you are not allowed to require it), try to alias (`resolve.alias`) it to a mock module. Here you may use an empty function.
Originally posted by @sokra in webpack/webpack#2858 (comment)
The text was updated successfully, but these errors were encountered: