Socket
Socket
Sign inDemoInstall

mini-css-extract-plugin

Package Overview
Dependencies
Maintainers
7
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-css-extract-plugin - npm Package Versions

1
8

1.2.0

Diff

Changelog

Source

1.2.0 (2020-10-23)

Features

  • added the linkType option (#634) (a89c0f9)

Bug Fixes

  • compatibility with webpack@4 and webpack@5 for monorepos (#638) (60c3eef)
evilebottnawi
published 1.1.2 •

Changelog

Source

1.1.2 (2020-10-22)

Bug Fixes

  • compatibility with webpack@4 and webpack@5 for monorepos (#636) (3413439)
  • error when reloading async chunk (#633) (89e7a0a)
evilebottnawi
published 1.1.1 •

Changelog

Source

1.1.1 (2020-10-20)

Bug Fixes

evilebottnawi
published 1.1.0 •

Changelog

Source

1.1.0 (2020-10-19)

Features

  • added the attributes option (e8a2d5a)
  • added the insert option (a5f17c4)

Bug Fixes

evilebottnawi
published 1.0.0 •

Changelog

Source

1.0.0 (2020-10-09)

BREAKING CHANGE

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css''
  • the moduleFilename option was removed in favor the filename option
  • the hmr option was removed, HMR will work automatically when HotModuleReplacement plugin used or webpack-dev-server with enabled the hot option
  • the reloadAll was removed

Features

  • the chunkFilename option can be a function for webpack@5

⚠ NOTICE

To avoid problems between mini-css-extract-plugin and style-loader because of changing the esModule option to true by default we strongly recommend upgrading style-loader to 2.0.0 version.

evilebottnawi
published 0.12.0 •

Changelog

Source

0.12.0 (2020-10-07)

Features

  • opt-in to transitive only side effects (webpack@5), no more empty JS chunks
evilebottnawi
published 0.11.3 •

Changelog

Source

0.11.3 (2020-10-02)

Bug Fixes

evilebottnawi
published 0.11.2 •

Changelog

Source

0.11.2 (2020-09-12)

Bug Fixes

evilebottnawi
published 0.11.1 •

Changelog

Source

0.11.1 (2020-09-08)

Bug Fixes

evilebottnawi
published 0.11.0 •

Changelog

Source

0.11.0 (2020-08-27)

Features

Bug Fixes

  • compatibility with webpack@5
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