Giter Site home page Giter Site logo

Comments (3)

aackerman avatar aackerman commented on June 16, 2024

There shouldn't be any issue with integrating this plugin with a Jenkins CI build.

The plugin is expected to error in the presence of circular dependencies with respect to the plugin configuration options, and that should cause webpack to fail and the build to fail.

from circular-dependency-plugin.

sudheerj avatar sudheerj commented on June 16, 2024

Thank you @aackerman for the reply. I believe that configuring this plugin with in webpack.dev.config.js file will make it available to Jenkins CI build(similar to other plugins). By the way, we are going to apply warnings instead errors using the options.

Two more questions,

  1. Are there any future plans for visualization images similar to madge npm utitlity.
  2. Can we exclude certain circular dependencies. For example, exclude the circular dependencies caused by global router(or any text pattern).

from circular-dependency-plugin.

aackerman avatar aackerman commented on June 16, 2024

@sudheerj

  1. There are no current plans to include visualization, I think other projects handle visualizing webpack much better than I could.
  2. Yes, you can provide the exclude option with a RegExp to define which files to exclude, it's common to exclude node_modules. The README has a good example.

from circular-dependency-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.