hallvard
11/02/2020, 8:15 PMbrowserDevelopmentWebpack
and browserProductionWebpack
gradle tasks: https://kotlinlang.org/docs/reference/js-project-setup.html, but I can't customize them. Can anyone tell me how to add a simple doFirst
or doLast
in there? The only thing I get from Gradle, is «Unresolved reference: browserDevelopmentWebpack» ...altavir
11/02/2020, 8:27 PMVampire
11/02/2020, 10:41 PMtasks.matching { it.name == 'browserDevelopmentWebpack' }.configure { ... }
or so.hallvard
11/03/2020, 7:13 AMaltavir
11/03/2020, 7:14 AMhallvard
11/03/2020, 7:19 AM