webpack-config-source-maps
v0.2.2
Published
Add support for source maps to your [webpack] build.
Downloads
5
Readme
#webpack-config-source-maps
Add support for source maps to your webpack build.
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 */
})