I use babel-loader, but can\'t figure out how to generate or where find source maps for transpiled files. I tried eval-source-map, inline-source-map
eval-source-map
inline-source-map
Please add in you webpack.config.js file the following`
devtool: "#inline-source-map",
You can find clear information about it from the site of webpack` https://webpack.github.io/docs/configuration.html
Also please find attached screenshot of sourcemap part, from webpack site.