Source: node-extract-text-webpack-plugin Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , jest , node-babel7 , node-loader-utils (>= 1.1.0) , node-neo-async , node-schema-utils (>= 3.0.0~) , node-webpack-sources , webpack Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-extract-text-webpack-plugin Vcs-Git: https://salsa.debian.org/js-team/node-extract-text-webpack-plugin.git Homepage: https://github.com/webpack-contrib/extract-text-webpack-plugin Rules-Requires-Root: no Package: node-extract-text-webpack-plugin Architecture: all Depends: ${misc:Depends} , node-loader-utils (>= 1.1.0) , node-neo-async , node-schema-utils (>= 3.0.0~) , node-webpack-sources , nodejs , webpack Description: Extract text from bundle into a file It moves all the required *.css modules in entry chunks into a separate CSS file. So styles are no longer inlined into the JS bundle, but in a separate CSS file (styles.css). If total stylesheet volume is big, it will be faster because the CSS bundle is loaded in parallel to the JS bundle. . Node.js is an event-based server-side JavaScript engine.