https://github.com/webpack-config/webpack-config-tap
Inspect the webpack configuration as it passes through.
https://github.com/webpack-config/webpack-config-tap
Last synced: about 1 year ago
JSON representation
Inspect the webpack configuration as it passes through.
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-tap
- Owner: webpack-config
- Created: 2016-01-28T23:46:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T23:52:48.000Z (over 10 years ago)
- Last Synced: 2025-07-20T23:27:18.360Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config-tap
Inspect your webpack config without changing it.





## Usage
Install:
```sh
npm install --save webpack-config-tap
```
Add to your `webpack.config.babel.js`:
```javascript
import tap from `webpack-config-tap`;
tap(config => console.log(config))({
/* existing webpack configuration */
})
```
[webpack]: https://webpack.github.io