File: control

package info (click to toggle)
node-extract-text-webpack-plugin 3.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,196 kB
  • sloc: javascript: 1,072; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: node-extract-text-webpack-plugin
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-babel7
 , node-loader-utils (>= 1.1.0) <!nocheck>
 , node-neo-async <!nocheck>
 , node-schema-utils (>= 3.0.0~) <!nocheck>
 , node-webpack-sources <!nocheck>
 , webpack <!nocheck>
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.