2.0.1 • Published 9 months ago

vite-plugin-entry-shaking-debugger v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Debugger for vite-plugin-entry-shaking

Install

# Using npm
npm i -D vite-plugin-entry-shaking-debugger
# Using Yarn
yarn add -D vite-plugin-entry-shaking-debugger
# Using pnpm
pnpm add -D vite-plugin-entry-shaking-debugger

Usage

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

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

9 months ago

2.0.0

9 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago