Skip to content

webpack-config/webpack-config-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-config-tap

Inspect your webpack config without changing it.

build status coverage license version downloads

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 */
})

About

Inspect the webpack configuration as it passes through.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published