Socket
Socket
Sign inDemoInstall

group-css-media-queries-loader

Package Overview
Dependencies
110
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

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).


Version published
Weekly downloads
1.1K
decreased by-11.91%
Maintainers
1
Install size
2.50 MB
Created
Weekly downloads
 

Changelog

Source

4.3.0

Readme

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

Last updated on 03 Oct 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc