I'm trying to use sbt-web and sbt-js-engine in particular to resolve my dependencies with npm instead of webjars.
My problem is that the dependencies are not copied in the target/web/public/main/lib folder during the web-stage task as it is the case using webjar.
I used the sample project from sbt-js-engine to make my tests. With this project, I expect to find the console-browserify dependency from the package.json file in the target/web/public/main/lib folder, but it is not.

Maybe I'm completely misunderstanding something ?