Socket
Socket
Sign inDemoInstall

css-concat-loader

Package Overview
Dependencies
9
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    css-concat-loader

This webpack loader concatenates CSS files into a single file.


Version published
Weekly downloads
13
Maintainers
2
Created
Weekly downloads
 

Readme

Source

css-concat-loader

This webpack loader concatenates CSS files into a single file.

What's the difference between just usin css-loader?

This loader does concatenation without parsing, so you can combine CSS, Less, Sass or any other @imports you might want to use.

Usage

Adds support for multiple file extensions.

module.exports = {
  module: {
    {
      test: /\.css$/,
      loader: 'style!css-concat')
    }]
  },
  cssConcat: {
    extensions: ['.css', '.less']
  }
}

FAQs

Last updated on 17 May 2019

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