Hi friends. I'm trying to get `babel-loader` runni...
# javascript
k
Hi friends. I'm trying to get
babel-loader
running from an ejected
create-react-kotlin-app
. With no babel plugins enable, it is erroring with
TypeError: Kotlin.defineModule is not a function
.
h
This error might be caused by compilation cache. Could you please try removing
node_modules/.cache
and try again?