Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Sourcemap for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy committed Jun 25, 2016
1 parent 4d0a9be commit 936cb44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ module.exports = {
path: assetsPath,
publicPath: process.env.USE_LOCAL_ASSETS ? '/public/' : '//assets-1f14.kxcdn.com/',
filename: '[name]-[hash].js',
chunkFilename: '[name]-[chunkhash].js'
chunkFilename: '[name]-[chunkhash].js',
sourceMapFilename: '[name]-[chunkhash].map.js'

},
devtool: 'cheap-source-map',
debug: false,
Expand Down

0 comments on commit 936cb44

Please sign in to comment.