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 error happens specifically when I use the org.webjars.bowergithub.jquery:jquery-dist:3.6.0 webjar. From what I can see from the code, this is caused by the following files in the webjar:
The cause seems to be the WebJarTranslator. convertMatchedPath method not creating unique keys for these files. Note that the only difference is the dist and src path parts.
Should the WebJarTranslator even consider javascript files?
The text was updated successfully, but these errors were encountered:
I'm running into an error when using the
enableClasspathAwareImporter
option:This error happens specifically when I use the org.webjars.bowergithub.jquery:jquery-dist:3.6.0 webjar. From what I can see from the code, this is caused by the following files in the webjar:
The cause seems to be the WebJarTranslator. convertMatchedPath method not creating unique keys for these files. Note that the only difference is the
dist
andsrc
path parts.Should the
WebJarTranslator
even consider javascript files?The text was updated successfully, but these errors were encountered: