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
{{ message }}
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Hello!
I am trying to use the scala JS D3 façade within a project, and i am facing an issue, apparently coming from the scala-js-d3:compile build phase :
Ambiguous reference to a JS library: 3.5.17/d3.min.js
[error] Possible paths found on the classpath:
[error] - META-INF/resources/webjars/d3/3.5.17/d3.min.js
[error] - META-INF/resources/webjars/d3js/3.5.17/d3.min.js
[error] originating from: scala-js-d3:compile
My build.sbt part associated with scala js dependencies is given in the following :
Hello!
I am trying to use the scala JS D3 façade within a project, and i am facing an issue, apparently coming from the scala-js-d3:compile build phase :
My build.sbt part associated with scala js dependencies is given in the following :
Should the façade build.sbt file contains the following way to load d3js, to avoid ambiguity ?
instead of
Thanks in advance!
The text was updated successfully, but these errors were encountered: