jeff
12/27/2020, 9:08 PMnpm()
but that doesn't seem to resolve.Deactivated User
12/27/2020, 9:43 PMdependencies {
implementation(npm("react", "> 14.0.0 <=16.9.0"))
}
jeff
12/28/2020, 2:59 AM<script src="MY_DEPENDENCY"></script>
(my day job is Android so don't know js too well.) So the next question is:<script>
tag to the output of runJs
to include a dependency? Is that the recommended way to add dependencies in a browser? Or more generally I suppose, is it possible to customize the output page (e.g. the blue spinner that appears as it loads)?andylamax
12/28/2020, 5:49 AM<script>
is not the recommended way. Find it's npm
directory and use the method above