I tried excluding source maps in the assets list with no luck
Here's what I tried
devtool: 'source-map',
stats: {
excludeAssets: /\.map$/
}
But it's still showing the source maps
Version: webpack 2.7.0
Asset Size Chunks Chunk Names
file1.js.map 117 kB 3 [emitted] common
file1.css 110 kB 1 [emitted] main_css