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
because the file loader is effectively compiling each sub-import individually, the context is not being shared. If I just delete the fileLoader method from the code and use the built-in one, it works as expected.
This is a problem because many third-party tools, libraries and themes rely on this mechanism and using them with webpack shouldn't require adapting them to the loader's peculiarities.
The text was updated successfully, but these errors were encountered:
for example:
because the file loader is effectively compiling each sub-import individually, the context is not being shared. If I just delete the fileLoader method from the code and use the built-in one, it works as expected.
This is a problem because many third-party tools, libraries and themes rely on this mechanism and using them with webpack shouldn't require adapting them to the loader's peculiarities.
The text was updated successfully, but these errors were encountered: