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
After this commit, I'm unable to figure out how to get webpack to play nicely with this library.
Adding the dependency and doing nothing else, I get Uncaught Error: Cannot find module ".". If I suppress the require function using imports-loader, everything used to work, but now I get an error because require is no longer a function.
This may be an issue with my understanding of how Webpack/TS handle different module resolution strategies being used concurrently, but I'm now somewhat stuck.
The text was updated successfully, but these errors were encountered:
After this commit, I'm unable to figure out how to get webpack to play nicely with this library.
Adding the dependency and doing nothing else, I get
Uncaught Error: Cannot find module "."
. If I suppress therequire
function usingimports-loader
, everything used to work, but now I get an error becauserequire
is no longer a function.This may be an issue with my understanding of how Webpack/TS handle different module resolution strategies being used concurrently, but I'm now somewhat stuck.
The text was updated successfully, but these errors were encountered: