0.1.0 • Published 10 years ago
webpack-config-tap v0.1.0
webpack-config-tap
Inspect your webpack config without changing it.
Usage
Install:
npm install --save webpack-config-tapAdd to your webpack.config.babel.js:
import tap from `webpack-config-tap`;
tap(config => console.log(config))({
/* existing webpack configuration */
})0.1.0
10 years ago