Skip to content

ccqgithub/vite-plugin-circullar-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-plugin-circullar-dependency

Check circular dependency in vite project

Suggest switching to https://github.com/threedayAAAAA/rollup-plugin-circular-dependency

Install

npm i vite-plugin-circullar-dependency -D

Use

import { defineConfig } from 'vite';
import circularDependency from 'vite-plugin-circullar-dependency';

export default defineConfig({
  circularDependency({
    exclude?: RegExp;
    include?: RegExp;
    failOnError?: boolean;
    allowAsyncCycles?: boolean;
    cwd?: string;
  })
})

Inspired by

About

Check circular dependency in vite project

Resources

Stars

Watchers

Forks

Packages

No packages published