Gunslingor
04/01/2020, 5:55 PMJoffrey
04/02/2020, 3:31 PMimplementation(npm("..."))
on gradle simply adds these dependencies to the generated package.json
for your project. As part of the Gradle build, npm
is used behind the scenes with this generated package.json
to actually fetch the dependencies, and webpack is used to build your project and generate a single .js file.Gunslingor
04/02/2020, 5:09 PMIvan Kubyshkin [JetBrains]
04/03/2020, 8:58 AMGunslingor
04/03/2020, 3:04 PMIvan Kubyshkin [JetBrains]
04/08/2020, 12:02 PMGunslingor
04/08/2020, 6:11 PMIvan Kubyshkin [JetBrains]
04/09/2020, 11:59 AMnpm()
for this. Resource folder is a workaround.Gunslingor
04/12/2020, 6:16 AM