Well, task name is `webpack-run` so the syntax abo...
# gradle
o
Well, task name is
webpack-run
so the syntax above doesn’t work. I tried
Copy code
getTasksByName("webpack-run", false).each { dependsOn(copyResources) }
but it didn’t work either…