0.1.0 • Published 9 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-tap
Add to your webpack.config.babel.js
:
import tap from `webpack-config-tap`;
tap(config => console.log(config))({
/* existing webpack configuration */
})
0.1.0
9 years ago