Source: node-mini-css-extract-plugin Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , jest , dh-sequence-nodejs , node-babel7 , node-css-loader , node-schema-utils (>= 3.0.0~) , node-loader-utils (>= 2.0.0~) , node-webpack-sources (>= 1.1.0) , webpack Standards-Version: 4.5.1 Homepage: https://github.com/webpack-contrib/mini-css-extract-plugin Vcs-Git: https://salsa.debian.org/js-team/node-mini-css-extract-plugin.git Vcs-Browser: https://salsa.debian.org/js-team/node-mini-css-extract-plugin Rules-Requires-Root: no Package: node-mini-css-extract-plugin Architecture: all Depends: ${misc:Depends} , node-schema-utils (>= 3.0.0~) , node-loader-utils (>= 2.0.0~) , node-webpack-sources (>= 1.1.0) , webpack (>= 4.0~) Description: 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.