Guides, documentation, and all things webpack.We haven't created issues for the other sections yet, but they will be coming soon. For dev-related work please see General - Current Longterm Plan, which will soon be replaced by a more dev-specific issue.
webpack webpack2 webpack-plugin webpack-loader webpack-tutorial documentation docs web web-performance performance bundle bundler bundling nodejs css build toolPlease file an issue if anything is broken.See common-shake for abstract bundler-independent implementation.
webpack commonjs tree-shaking webpack-plugin tree shakeA webpack loader that moves a module and its dependencies into a Web Worker, automatically reflecting exported functions as asynchronous proxies.
webpack-loader webpack-plugin webpack worker web-worker loader thread workerizeThis plugin is intended to provide an offline experience for webpack projects. It uses ServiceWorker, and AppCache as a fallback under the hood. Simply include this plugin in your webpack.config, and the accompanying runtime in your client script, and your project will become offline ready by caching all (or some) of the webpack output assets.
service-worker appcache webpack serviceworker pwa offline progressive-web-app storage plugin webpack-plugin offline-first service-workers application-cache caching cache progressive-web-apps app-shell appshellHardSourceWebpackPlugin is a plugin for webpack to provide an intermediate caching step for modules. In order to see results, you'll need to run webpack twice with this plugin: the first build will take the normal amount of time. The second build will be signficantly faster. Install with npm install --save hard-source-webpack-plugin or yarn. And include the plugin in your webpack's plugins configuration.
webpack webpack-plugin webpack-cache disk iterative build cache pluginWebpack loader for creating SVG sprites. đ 2.0 is out, please read the migration guide & overview.
svg svg-sprite svg-stack webpack webpack2 webpack3 webpack-loader webpack-plugin spriteFlexible, framework-agnostic static site generation for sites and SPAs built with webpack. đ This is the stable 3.x version of prerender-spa-plugin based on puppeteer. If you're looking for the (now-deprecated) 2.x version, based on PhantomJS, take a look at the v2 branch.
prerender seo spa webpack webpack-plugin static-site-generator ssr serverside-renderingThis configuration is more performant, but you cannot run single test anymore (only the complete suite). The above configuration generates a webpack bundle for each test. For many test cases this can result in many big files. The alternative configuration creates a single bundle with all test cases.
webpack-plugin karma webpackThis 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.
webpack-plugin webpackSpeed up development by automatically installing & saving dependencies with Webpack. It sucks to Ctrl-C your build script & server just to install a dependency you didn't know you needed until now.
webpack-plugin webpack npm installIf you use your own minify function please read the minify section for cache invalidation correctly. Enable file caching. Default path to cache directory: node_modules/.cache/uglifyjs-webpack-plugin.
webpack-plugin uglify uglify-js uglify-es webpackâšī¸ If you want webpack-dev-server to write files to the output directory during development, you can force it with the write-file-webpack-plugin.
webpack-plugin filesystem webpack plugin transfer move copyExtract text from a bundle, or bundles, into a separate file. â ī¸ Since webpack v4 the extract-text-webpack-plugin should not be used for css. Use mini-css-extract-plugin instead.
webpack-pluginA Webpack plugin for automatically wiring up asynchronous (and other types) of JavaScript chunks using <link rel='preload'>. This helps with lazy-loading. Note: This is an extension plugin for html-webpack-plugin - a plugin that simplifies the creation of HTML files to serve your webpack bundles.
preload preload-plugin web performance perfetch webpack-plugin webpack plugin html-webpack-plugin script resource-hintsPainless universal prerendering for Webpack. Works great with html-webpack-plugin. Pre-rendering describes the process of rendering a client-side application at build time, producing useful static HTML that can be sent to the browser instead of an empty bootstrapping page.
webpack prerender pre-rendering pre-render prerendering webpack-plugin ssr performance first-contentful-paint fcpPrints the gzipped sizes of your webpack assets and the changes since the last build. This is not an official Google product.
webpack webpack-plugin performance-budget bundlesize file-size gzip-size bundle-sizeCritters is a Webpack plugin that inlines your app's critical CSS and lazy-loads the rest. It's a little different from other options, because it doesn't use a headless browser to render content. This tradeoff allows Critters to be very fast and lightweight. It also means Critters inlines all CSS rules used by your document, rather than only those needed for above-the-fold content. For alternatives, see Similar Libraries.
webpack webpack-plugin critical-css inline-css critical critters performanceVisualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates. This will output a file named stats.html in your output directory. You can modify the name/location by passing a filename parameter into the constructor.
webpack webpack-pluginAutomatically bundle & compile Web Workers within Webpack. The best part? That worker constructor works just fine without bundling turned on too.
webpack workers webworker webpack-plugin plugin worker web-worker threadSWPrecacheWebpackPlugin is a webpack plugin for using service workers to cache your external project dependencies. It will generate a service worker file using sw-precache and add it to your build directory. A simple configuration example that will work well in most production environments. Based on the configuration used in create-react-app.
sw-precache service-workers webpack-plugin sw-guide progressive-web-app offline webpack plugin precache service worker
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.