Webpack4 configuration html template or style of sass inside .art template does not work, how to configure Loader

.art template, the same configuration does not work in the htm template.
I have seen that there is no special configuration for webpack in vue-cli. It can be used normally with node-sass and sass-loader. I don"t know why I can"t use it like this?
clipboard.png
webpack
clipboard.png

Mar.04,2021

your sass is written in the art file, not a separate sass file, so you need to add sass parsing when parsing the art file.
you need to add the loaders; of sass to the options

.
Menu