#webpack-config-source-maps
Add support for source maps to your webpack build.
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 */
})