JSPM

vite-plugin-entry-shaking-debugger

0.0.0-next-20240219215732
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5435
  • Score
    100M100P100Q140121F
  • License MIT

Debugger for vite-plugin-entry-shaking

Package Exports

  • vite-plugin-entry-shaking-debugger

Readme

Debugger for vite-plugin-entry-shaking

Turn it on by setting debug to true in vite.config.js:

export default defineConfig({
  plugins: [
    EntryShakingPlugin({
      targets: ['…'],
      debug: true,
    }),
  ],
});