Shannon Rhodes
01/27/2021, 5:20 PMjs {
moduleName = "PlayerCreationCore"
browser {}
binaries.executable()
useCommonJs()
}
The JsApp has its own folder structure. JsApp/index.html, JsApp/index.js, JsApp/package.json. Do I need to setup webpack manually in that folder? I thought gradle would deploy the dev server when run.