node-mini-css-extract-plugin 1.3.3-2 source package in Ubuntu
Changelog
node-mini-css-extract-plugin (1.3.3-2) unstable; urgency=medium * Team upload * Fix GitHub tags regex * Update standards version to 4.6.0, no changes needed. * Fix filenamemangle * Fix test for jest ≥ 27 (Closes: #997591) -- Yadd <email address hidden> Mon, 25 Oct 2021 13:51:15 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-mini-css-extract-plugin_1.3.3-2.dsc | 2.4 KiB | f69ad24d37cc26c19d3a2168b22ca997f1571d3e6fe9df1814c90a2244b1c995 |
node-mini-css-extract-plugin_1.3.3.orig.tar.gz | 295.3 KiB | 18b38a374f042e48a9ebef48a267813655d4d40781ee97f67087d9cd1676650e |
node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz | 3.4 KiB | 3bde22d6c8472000fb908416ec8a2b1ee98e02e936a43b106a6b03b04c44a875 |
Available diffs
- diff from 1.3.3-1 to 1.3.3-2 (1.1 KiB)
No changes file available.
Binary packages built by this source
- node-mini-css-extract-plugin: extracts CSS into separate files
This plugin extracts CSS into separate files. It creates a CSS file per JS
file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.
.
It builds on top of a new webpack v4 feature (module types) and requires
webpack 4 to work.
.
Compared to the extract-text-webpack- plugin:
* Async loading
* No duplicate compilation (performance)
* Easier to use
* Specific to CSS
.
Node.js is an event-based server-side JavaScript engine.