scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
234 stars 101 forks source link

webpackExtraArgs unused? #362

Open oyvindberg opened 4 years ago

oyvindberg commented 4 years ago

I just upgraded to 1.4.0-RC2 and got these warnings:

[info] set current project to slinkydemos (in build file:/home/olvind/scalablytyped/slinkyDemos/)
[warn] there are 26 keys that are not used by any other settings/tasks:
[warn]  
[warn] * antd / Compile / fastOptJS / webpackExtraArgs
[warn]   +- /home/olvind/scalablytyped/slinkyDemos/build.sbt:305
[warn] * antd / Compile / fullOptJS / webpackExtraArgs
[warn]   +- /home/olvind/scalablytyped/slinkyDemos/build.sbt:306

It will probably trigger warnings for all users on sbt 1.4.x, so it's probably worth fixing regardless of whether it's actually unused

cquiroz commented 4 years ago

I'm not sure if this a scalajs-bundler issue. Should it be fixed on the demo's build?