Prerenders static HTML in a single-page application.
-
Updated
Jun 2, 2022 - JavaScript
{{ message }}
Prerenders static HTML in a single-page application.
Remove unused CSS
[DEPRECATED] Please use https://github.com/webpack-contrib/mini-css-extract-plugin Extracts text from a bundle into a separate file
On Windows 10 (CMD/PowerShell/Git Bash) the latest Critters version (1.3.5) is "Unable to locate stylesheet", but the same setup works without problems on a Unix-like system / WSL 2.
I think the problem is, that the path gets normalized in the "compilation.assets"-keys, but not in embedLinkedStylesheet. Here is the state in [embedLinkedStylesheet](https://github.com/GoogleChromeLabs/critters/bl
Copy files and directories with webpack
如题,mac电脑最新版chrome跑的
A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
Hi!
Do you think you could include a way to pass Transferable objects correctly?
It would be great to be able to return a MessagePort so that the function can return a stream instead of a single value.
Please use https://github.com/vuejs/preload-webpack-plugin instead.
Repository for webpack documentation and more!
Universal UI kit and style system for React Native + Web - with an optimizing compiler
A webpack plugin to remove your build folder(s) before building
Webpack loader for creating SVG sprites.
I know this is specific to web workers, however I think this could be adapted to work for service workers. I was looking to create a separate plugin but the code would be mostly the same.
Looks like it scans the AST for a keyword (Worker) and generates an entry for the referenced file.
// web worker
new Worker('./foo.js', { type: 'module' })
// service worker
navigator.serviTrack compressed Webpack asset sizes over time.
Webpack plugin that runs typescript type checker on a separate process.
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compress
Speed up development by automatically installing & saving dependencies with Webpack.
[deprecated] UglifyJS Plugin
Prepare compressed versions of assets to serve them with Content-Encoding
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
A Webpack plugin to optimize \ minimize CSS assets.
Auto import APIs on-demand for Vite, Webpack and Rollup
CommonJS Tree Shaker plugin for WebPack
Add a description, image, and links to the webpack-plugin topic page so that developers can more easily learn about it.
To associate your repository with the webpack-plugin topic, visit your repo's landing page and select "manage topics."
Here is an issues with detailed description: NekR/offline-plugin#77