🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

group-css-media-queries-loader

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

group-css-media-queries-loader

A [group-css-media-queries](https://github.com/Se7enSky/group-css-media-queries) loader for [webpack](https://github.com/webpack/webpack).

4.3.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

group-css-media-queries-loader

A group-css-media-queries loader for webpack.

Open in npm Dependencies CI count downloads group-css-media-queries-loader

Getting Started

To begin, you'll need to install loader:

yarn add -D group-css-media-queries-loader

Then add the plugin to your webpack config. For example:

// webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/,
        use: [
          "style-loader",
          "css-loader",
          "group-css-media-queries-loader",
        ],
      },
    ],
  },
};

Options

sourceMap: boolean

Enables/Disables generation of source maps. (default: compiler.devtool)

FAQs

Package last updated on 03 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts