Closed joan38 closed 4 years ago
Is your problem resolved by putting your logo.svg file into the src/main/js/images/logo.svg
path instead? (without changing the value of the webpackResources
setting)
Oh ok, so all the content of src/main/js
is actually forwarded to target/scala-x.xx/scalajs-bundler/main
?
Thanks for the tip, I'm thinking to do a PR to document this.
Oh ok, so all the content of
src/main/js
is actually forwarded totarget/scala-x.xx/scalajs-bundler/main
?
Yes, this is a recent addition that is not yet well documented.
Thanks for the tip, I'm thinking to do a PR to document this.
That would be awesome, thanks!
Hi,
I've been trying to do the following lately:
I have the image in
src/main/resources/images/logo.svg
.build.sbt:
webpack.config.js:
And this code change.
Thanks