unplugin-detect-duplicated-deps
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

unplugin-detect-duplicated-deps

npm downloads Unit Test

Detect duplicate packaged dependencies

effect

Installation

npm i -D unplugin-detect-duplicated-deps

Usage

Vite
// vite.config.ts
import UnpluginDetectDuplicatedDeps from 'unplugin-detect-duplicated-deps/vite';

export default defineConfig({
  plugins: [UnpluginDetectDuplicatedDeps()],
});


Rollup
// rollup.config.js
import UnpluginDetectDuplicatedDeps from 'unplugin-detect-duplicated-deps/rollup';

export default {
  plugins: [UnpluginDetectDuplicatedDeps()],
};


Related Projects

License

MIT License © 2023-PRESENT YuTengjing

Readme

Keywords

Package Sidebar

Install

Weekly Downloads

346

Version

0.3.5

License

MIT

Unpacked Size

30.4 kB

Total Files

24

Last publish

Collaborators

  • yutengjing