Get rollbar uploads working by enabling sourcemaps

This commit is contained in:
fragosti
2018-07-09 18:04:55 -07:00
parent ee5ac6b800
commit a2672a0d78
3 changed files with 9 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ module.exports = {
// The v3 series bundled version does not support ES6 and
// fails to build.
new UglifyJsPlugin({
sourceMap: true,
uglifyOptions: {
mangle: {
reserved: ['BigNumber'],
@@ -101,7 +102,7 @@ module.exports = {
},
}),
new RollbarSourceMapPlugin({
accessToken: 'a6619002b51c4464928201e6ea94de65',
accessToken: '32c39bfa4bb6440faedc1612a9c13d28',
version: GIT_SHA,
publicPath: 'https://0xproject.com/',
}),