{"library":"scss-config-webpack-plugin","title":"SCSS Config Webpack Plugin","description":"A webpack plugin that provides a preset SCSS configuration, including sass-loader, postcss-loader, autoprefixer, and css-loader with source maps and mini-css-extract-plugin support. The current stable version is 2.0.3 (released 2022-09-01). It works with webpack >=4.36.0 and Node.js >=10. It is part of the merkle-open webpack-config-plugins suite. Unlike manual SCSS setups, this plugin aims to reduce boilerplate by pre-configuring common loaders and options. However, it abstracts away configuration details which may lead to conflicts with custom loaders.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install scss-config-webpack-plugin"],"cli":null},"imports":["const ScssConfigWebpackPlugin = require('scss-config-webpack-plugin');","const ScssConfigWebpackPlugin = require('scss-config-webpack-plugin');","new ScssConfigWebpackPlugin()"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const ScssConfigWebpackPlugin = require('scss-config-webpack-plugin');\n\nmodule.exports = {\n  plugins: [\n    new ScssConfigWebpackPlugin()\n  ]\n};","lang":"javascript","description":"Minimal usage: add the plugin to webpack config. Requires webpack >=4.36.0 and Node >=10.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}