Giter Club home page Giter Club logo

webpack-config-dump-plugin's People

Contributors

n0th1ng-else avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dostaltomas rbong

webpack-config-dump-plugin's Issues

Feature request: print full config regardless of depth

Right now, you have to specify the depth of the config to print. It can be pretty difficult to read, and it's impossible to know what depth to print the config at.

Example:

{
  key: {
    value: 1
    key: {
      value: 1
      key: {
        value: 1
        key: {}
      }
    }
  }
}

Instead, would it be possible to store the visited objects, and if a circular reference is found, do something like this? This way the full config could be printed and you wouldn't need to specify depth.

{
  key: {
    value: 1,
    key: "<<circular reference to 'key'>>"
  }
}

An example of how you could print more nested keys is 'key1[0].key2'.

I know this is a pretty big change to the plugin. I am willing to make a pull request for this, but I am unfamiliar with typescript so I wanted to get a feel for how you like the change first. I also wouldn't complain if you wanted to make this change yourself given my inexperience.

Missing main entry in dist folder Version 3.0.2

Thank you for updating this package. I noticed that the index .js is missing in the dist folder for version 3.0.2. Looks like the same issue as #14

Cannot find module './node_modules/webpack-config-dump-plugin/dist/index.js'. Please verify that the package.json has a valid "main" entry

Could you verify this and fix the release?

Thank you!

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.