Darryl Miles
07/05/2024, 11:21 PMconfig.devServer = { ... "proxy": { ... } }
the v5 form uses config.devServer = { ... "proxy": [ { ... }, ... ] }
what am I doing wrong. Tried the gradle.properties setting kotlin.js.webpack.major.version=5
but that does not fix it.