File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ <!-- https://keepachangelog.com/en/1.0.0/ -->
2+
3+ ## 0.0.1
4+
5+ ### Added
6+
7+ - basic implementation
Original file line number Diff line number Diff line change 1- # unplugin-detect-duplicated-deps [ ![ npm] ( https://img.shields.io/npm/v/unplugin.svg )] ( https://npmjs.com/package/unplugin )
1+ # unplugin-detect-duplicated-deps [ ![ npm] ( https://img.shields.io/npm/v/unplugin-detect-duplicated-deps .svg )] ( https://npmjs.com/package/unplugin-detect-duplicated-deps )
22
33[ ![ Unit Test] ( https://github.com/tjx666/unplugin-detect-duplicated-deps/actions/workflows/unit-test.yml/badge.svg )] ( https://github.com/tjx666/unplugin-detect-duplicated-deps/actions/workflows/unit-test.yml )
44
5- check the duplicated dependencies
5+ Detect duplicate packaged dependencies
66
77![ effect] ( docs/effect.png )
88
9+ > ** Warning**
10+ > This package is not yet stable. Please take special care before using it in a production environment
11+
912## Installation
1013
1114``` bash
1215npm i -D unplugin-detect-duplicated-deps
1316```
1417
18+ ## Usage
19+
1520``` ts
1621// vite.config.ts
1722import UnpluginDetectDuplicatedDeps from ' unplugin-detect-duplicated-deps/vite' ;
You can’t perform that action at this time.
0 commit comments