[ buster ]
[ bullseye ]
[ 原始碼: node-extract-text-webpack-plugin ]
套件:node-extract-text-webpack-plugin(3.0.2-2)
node-extract-text-webpack-plugin 的相關連結
Debian 的資源:
下載原始碼套件 node-extract-text-webpack-plugin:
- [node-extract-text-webpack-plugin_3.0.2-2.dsc]
- [node-extract-text-webpack-plugin_3.0.2.orig.tar.gz]
- [node-extract-text-webpack-plugin_3.0.2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 node-extract-text-webpack-plugin 有關的套件
|
|
|
|
-
- dep: node-loader-utils (>= 1.1.0)
- utils for webpack loaders
-
- dep: node-neo-async (>= 2.4.1)
- faster replacement for Async
-
- dep: node-schema-utils (>= 0.3.0)
- Webpack Schema Validation Utilities
-
- dep: node-webpack-sources (>= 1.0.1)
- Source code handling classes for webpack
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- dep: webpack
- Packs CommonJs/AMD modules for the browser