Detect modules with circular dependencies when bundling with webpack.
npm install @fregante/circular-dependency-pluginFork of aackerman/circular-dependency-plugin to fix a Node deprecation warning. No maintenance expected.
Follow the project's readme, except install it and use it this way:
``sh`
npm install @fregante/circular-dependency-plugin
`js``
const CircularDependencyPlugin = require('@fregante/circular-dependency-plugin');