A webpack loader that compiles SCSS files into CSS with additional features like source maps and custom functions. Version 0.0.1 is an initial release with minimal documentation. It differentiates from sass-loader by offering built-in goodies but remains unmaintained and experimental. Release cadence is unknown. Status is deprecated due to lack of maintenance and limited features compared to sass-loader.
npm install scss-loaderVerified import paths — ran on the pinned version, not inferred.
Sets up webpack to process .scss files with scss-loader, style-loader, and css-loader. Enables source maps for debugging.
Switch to sass-loader: npm install sass-loader sass --save-dev
Refer to source code for options; consider using better-documented alternatives.
Pin exact version and test thoroughly if you must use it.
Run npm install scss-loader --save-dev
Use webpack's use array with object syntax: { loader: 'scss-loader', options: {} }No dependency data recorded yet.