Sha256: 3dc39fb2f07974d634e82c9e9677c4ddae5c0185dede272c32d999510fc6c483
Contents?: true
Size: 1.25 KB
Versions: 8
Compression:
Stored size: 1.25 KB
Contents
{ "type": "object", "properties": { "implementation": { "description": "The implementation of the sass to be used (https://github.com/webpack-contrib/sass-loader#implementation).", "type": "object" }, "sassOptions": { "description": "Options for `node-sass` or `sass` (`Dart Sass`) implementation. (https://github.com/webpack-contrib/sass-loader#implementation).", "anyOf": [ { "type": "object", "additionalProperties": true }, { "instanceof": "Function" } ] }, "prependData": { "description": "Prepends `Sass`/`SCSS` code before the actual entry file (https://github.com/webpack-contrib/sass-loader#prependdata).", "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] }, "sourceMap": { "description": "Enables/Disables generation of source maps (https://github.com/webpack-contrib/sass-loader#sourcemap).", "type": "boolean" }, "webpackImporter": { "description": "Enables/Disables default `webpack` importer (https://github.com/webpack-contrib/sass-loader#webpackimporter).", "type": "boolean" } }, "additionalProperties": false }
Version data entries
8 entries across 8 versions & 4 rubygems