Nikky
12/10/2019, 4:19 PMkotlin("js")
how do i add dev dependencies for using webpack plugins and the like ?Ilya Goncharov [JB]
12/10/2019, 4:23 PMNikky
12/10/2019, 7:33 PMOnly tasks can requireis there any example on that? i want to use the stuff added to node_modules/.bin/ anyways in tasksfor now as it is not clear how to add them to DSLdevDependencies
Ilya Goncharov [JB]
12/11/2019, 8:35 AMdevDependency
for .bin
. It works properly for dependency
too.
If you declare your tool in build script as npm dependenct, executables from this package should appear in node_modules/.bin