circular-dependency-plugin
circular-dependency-plugin copied to clipboard
Detect circular dependencies in modules compiled with Webpack
Bumps [terser](https://github.com/terser/terser) from 5.3.5 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
E.g. ``` exclude: /node_modules|src\/components\/myComponent/, ``` works on Linux but on Windows I get the cyclic dependency errors for that component. A workaround is to use `[\/\\]` instead of just `\/`....
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
I'm migrating my project from [email protected] -> [email protected]. I'm running into circular dependency issue. Error: Circular dependency detected: assets/images/card_auth_illustration.png -> assets/images/card_auth_illustration.png ERROR in Error: Child compilation failed: Circular dependency detected:...
**Steps to Reproduce:** 1. Have a webpack 4 project with typescript. 2. Create file `TableRenderer.ts`: ```typescript import { Table } from './Table'; const renderTable = (table: Table) => console.log(JSON.stringify(table)); ```...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Angular runs circular-dependency-plugin on each incremental build, so speed is somewhat important On a largeish hybrid app with complicate imports (in particular, the angularjs part doesn't use modules / barrel...
Fixing readme typo
``` TypeError: Cannot read property 'tap' of undefined at CircularDependencyPlugin.apply (/xxx/node_modules/circular-dependency-plugin/index.js:22:32) at /xxx/node_modules/webpack/node_modules/enhanced-resolve/lib/ResolverFactory.js:327:10 at Array.forEach () at Object.exports.createResolver (/xxx/node_modules/webpack/node_modules/enhanced-resolve/lib/ResolverFactory.js:326:10) at ResolverFactory._create (/xxx/node_modules/webpack/lib/ResolverFactory.js:57:28) at ResolverFactory.get (/xxx/node_modules/webpack/lib/ResolverFactory.js:49:28) at NormalModuleFactory.getResolver (/xxx/node_modules/webpack/lib/NormalModuleFactory.js:521:31) at /xxx/node_modules/webpack/lib/NormalModuleFactory.js:165:32...