João Paulo Figueira
12/13/2021, 12:28 PM./gradlew frontendRun -t
on the wizard-generated KVision project. On the browser, the errors look like:
Compiled with problems:
ERROR in ../../node_modules/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css 1:0
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
> @charset "UTF-8";
| .abc-checkbox {
| cursor: default;
Any idea of what I might be doing wrong?Robert Jaros
12/13/2021, 12:31 PMRobert Jaros
12/13/2021, 12:31 PMJoão Paulo Figueira
12/13/2021, 12:33 PMJoão Paulo Figueira
12/13/2021, 12:34 PMstartApplication
call.João Paulo Figueira
12/13/2021, 12:35 PMJoão Paulo Figueira
12/13/2021, 12:39 PMstartApplication(::App, module.hot)
I only get one such error, related to ../../node_modules/kvision-assets/css/style.css
. I hope this helps.João Paulo Figueira
12/13/2021, 12:44 PMJoão Paulo Figueira
12/13/2021, 12:45 PMwebpack.config.d
behind. All is working now. My apologies!Robert Jaros
12/13/2021, 12:48 PMRobert Jaros
12/13/2021, 12:49 PMJoão Paulo Figueira
12/13/2021, 12:50 PM