When there is a less file and MiniCssExtractPlugin + less-loader configured, the error will show:
ERROR in ../styles/page.less
Module build failed (from ../node_modules/@rsdoctor/core/dist/inner-plugins/loaders/proxy.js):
ModuleParseError: Module parse failed: Unexpected character '@' (1:0)
File was processed with these loaders:
* ../node_modules/@rsdoctor/core/dist/inner-plugins/loaders/proxy.js
* ../node_modules/@rsdoctor/core/dist/inner-plugins/loaders/proxy.js
You may need an additional loader to handle the result of these loaders.
> @import "../node_modules/normalize.css/normalize.css";
Version
Details
When there is a less file and MiniCssExtractPlugin + less-loader configured, the error will show:
seems like the less-loader is not taking effect.
Reproduce link
https://stackblitz.com/edit/github-uloart
Reproduce Steps