Wyatt Kennedy
04/28/2022, 9:21 PMWyatt Kennedy
04/28/2022, 9:32 PMturansky
04/28/2022, 9:35 PMprocessResources*
task to copy html files in required folderWyatt Kennedy
04/28/2022, 9:39 PMWyatt Kennedy
04/28/2022, 9:40 PMturansky
04/28/2022, 9:48 PMWyatt Kennedy
04/28/2022, 11:00 PMpatchWebpackConfig {
this.patch("""
config.module.rules.push({
test: /\.html$/i,
loader: 'html-loader'
})
config.resolve.modules.unshift("${project.projectDir.resolve("./src/main/kotlin/").normalize().toString().replace("\\", "\\\\")}")
""".trimIndent())
}
turansky
04/28/2022, 11:35 PMsrc/main/resources
folder for templatesWyatt Kennedy
04/28/2022, 11:53 PM