Join Slack
Powered by
Does someone know how to get rid of the Webpack er...
# javascript
u
uplink
09/06/2021, 11:39 PM
Does someone know how to get rid of the Webpack error that comes up with a new KotlinJs React project? Kinda discouraging learning with this error always showing up.
kotlinjs-webpack-error
b
Big Chungus
09/06/2021, 11:43 PM
That error is present on pretty much every CRA project 😀
u
uplink
09/06/2021, 11:45 PM
What does CRA stands for?
uplink
09/06/2021, 11:52 PM
create react app ok
uplink
09/06/2021, 11:53 PM
Thanks Martynas.
r
Robert Jaros
09/07/2021, 4:37 AM
You can disable this warning with this setting:
https://github.com/rjaros/kvision-examples/blob/master/template/webpack.config.d/webpack.js#L10
2
Views
Open in Slack
Previous
Next