webpack-configurator icon indicating copy to clipboard operation
webpack-configurator copied to clipboard

Utility library for creating and extending Webpack configuration structures.

Results 12 webpack-configurator issues
Sort by recently updated
recently updated
newest added

This would be super cool, but could be a bit complex. Using the `callsite` npm module, whenever a configurator method is called, for each plain object modified, add a hidden...

it would be cool to be able to write: ``` config.set('entry.main', './foo.js') ``` `_.set` provides this. **Why?** I find that big nested objects are common in webpack configs but are...

enhancement