The build in loaders: `sass`: https://github.com/utooland/utoo/blob/next/crates/pack-core/src/shared/webpack_rules/sass.rs `less`: https://github.com/utooland/utoo/blob/next/crates/pack-core/src/shared/webpack_rules/less.rs `style-loader`: https://github.com/utooland/utoo/blob/next/crates/pack-core/src/shared/webpack_rules/style_loader.rs now can be configured by `module.rules`, don't need the rust wrapper anymore. https://github.com/utooland/utoo/blob/f80b47c84bb7f80d5c16e4c508aba79de9bc9166/crates/pack-core/src/config.rs#L540