0.2.2 • Published 8 years ago

webpack-config-source-maps v0.2.2

Weekly downloads
2
License
CC0-1.0
Repository
github
Last release
8 years ago

#webpack-config-source-maps

Add support for source maps to your webpack build.

build status coverage license version downloads

Usage

Install:

npm install --save webpack-config-source-maps

Add to your webpack.config.babel.js:

import sourceMaps from `webpack-config-source-maps`;

sourceMaps()({
  /* existing webpack configuration */
})