Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

tony19-contrib/vue-cli-serve-br-compressed-js

Repository files navigation

Serve brotli-compressed .js files with Webpack dev server

  1. Run npm run serve to start the dev server.
  2. Inspect the .js files from Network Panel in DevTools, and verify br compression in response headers.

https://stackoverflow.com/q/69288974/6277151