webpack-config-source-maps
v0.2.2
Published
Add support for source maps to your [webpack] build.
Downloads
55
Readme
#webpack-config-source-maps
Add support for source maps to your webpack build.
Usage
Install:
npm install --save webpack-config-source-mapsAdd to your webpack.config.babel.js:
import sourceMaps from `webpack-config-source-maps`;
sourceMaps()({
/* existing webpack configuration */
})