I've created a plugin that generates some web resources that need to be compiled using the sbt-webpack
plugin. Ideally my plugin would just have a task bundle
that will generate
some resources and then it will bundle them with the webpack
task from the sbt-webpack
plugin.
What is the right way to incorporate tasks from different plugins into the code defining my tasks in my plugin?