Skip to content

Commit

Permalink
Disable babel minification
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkudo committed Sep 29, 2018
1 parent f698289 commit 9678da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
["@babel/transform-runtime", {"corejs": 2}],
"transform-undefined-to-void"
],
minified: true,
minified: false, // When enabled, makes debuggers confused even with source maps
comments: false
}

0 comments on commit 9678da5

Please sign in to comment.