ansman
04/17/2018, 8:51 PMcompile project(":common")
which results in the output JS file having require('common')
in it which of fails in runtime since there is no module named common
. Can I somehow make it either inline the library code or require a path instead?robstoll
04/17/2018, 9:08 PMansman
04/17/2018, 9:09 PMrobstoll
04/17/2018, 9:23 PMrobstoll
04/17/2018, 9:24 PMansman
04/18/2018, 1:04 PMrobstoll
04/18/2018, 2:38 PMbashor
04/28/2018, 7:02 PMansman
04/30/2018, 1:01 PMansman
04/30/2018, 1:02 PM