2.0.2 • Published 10 months ago

@playt/next-circular-dependency v2.0.2

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

@playt/next-circular-dependency

Detect circular dependencies in your Next.js app

Usage

Add the plugin to your next.config.mjs file like so:

import nextCircularDependency from '@playt/next-circular-dependency'

/** @type {import('next').NextConfig} */
let config = {}

// the options of the webpack plugin
// Ref.: https://github.com/aackerman/circular-dependency-plugin
const options = {}

config = nextCircularDependency(options)(config)

export default config

Install

npm i -D @playt/next-circular-dependency

License

MIT

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

2.0.0-beta.5

10 months ago

2.0.0-beta.4

10 months ago

2.0.0-beta.3

10 months ago

2.0.0-beta.2

10 months ago

2.0.0-beta.1

10 months ago