Socket
Socket
Sign inDemoInstall

json-css-module-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-css-module-loader

[![Build Status](https://travis-ci.org/tomdye/json-css-module-loader.svg?branch=master)](https://travis-ci.org/tomdye/json-css-module-loader) [![npm version](https://badge.fury.io/js/json-css-module-loader.svg)](https://badge.fury.io/js/json-css-module-lo


Version published
Weekly downloads
58
decreased by-18.31%
Maintainers
1
Weekly downloads
 
Created
Source

Json Css Module Loader

Build Status npm version

Webpack loader to load css-module json output and the corresponding css file. ie. loading myApp.css.json will provide the requiring module with the css-module classnames and create a require for myApp.css so that the css is included.

Installation

npm install --save json-css-module-loader

Usage

Webpack 1 config

You may need to add .css.json (or similar) to your webpack resolve extensions.

module: {
	loaders: [
		{ test: /\.css\.json$/, loader: 'json-css-module-loader' }
	]
}

License

This loader is adapted from the json-loader;

MIT (http://www.opensource.org/licenses/mit-license.php)

FAQs

Package last updated on 20 Jun 2017

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc