Socket
Socket
Sign inDemoInstall

css-loader

Package Overview
Dependencies
Maintainers
12
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-loader - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.0.2"></a>
## [2.0.2](https://github.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21)
### Bug Fixes
* inappropriate modification of animation keywords ([#876](https://github.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://github.com/webpack-contrib/css-loader/commit/dfb2f8e))
<a name="2.0.1"></a>

@@ -7,0 +17,0 @@ # [2.0.1](https://github.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) (2018-12-14)

8

package.json
{
"name": "css-loader",
"version": "2.0.1",
"version": "2.0.2",
"description": "css loader module for webpack",

@@ -12,3 +12,3 @@ "license": "MIT",

"engines": {
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
"node": ">= 6.9.0"
},

@@ -49,3 +49,3 @@ "scripts": {

"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^2.0.2",
"postcss-modules-local-by-default": "^2.0.3",
"postcss-modules-scope": "^2.0.0",

@@ -73,3 +73,3 @@ "postcss-modules-values": "^2.0.0",

"eslint-plugin-prettier": "^3.0.0",
"file-loader": "^2.0.0",
"file-loader": "^3.0.1",
"husky": "^1.2.0",

@@ -76,0 +76,0 @@ "jest": "^23.6.0",

@@ -22,6 +22,2 @@ <div align="center">

## Requirements
This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
## Getting Started

@@ -662,4 +658,6 @@

For production builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on.
This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract the CSS when running in production mode.
- This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract the CSS when running in production mode.
- As an alternative, if seeking better development performance and css outputs that mimic production. [extract-css-chunks-webpack-plugin](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin) offers a hot module reload friendly, extended version of mini-css-extract-plugin. HMR real CSS files in dev, works like mini-css in non-dev
## Contributing

@@ -666,0 +664,0 @@

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