Skip to content

Commit

Permalink
Merge pull request #32 from oat-sa/fix/enable-babel-updates
Browse files Browse the repository at this point in the history
Enable babel updates
  • Loading branch information
krampstudio committed Jul 5, 2022
2 parents 9d1a2ff + 8b69cf7 commit 03ca8c3
Show file tree
Hide file tree
Showing 3 changed files with 1,076 additions and 984 deletions.
3 changes: 2 additions & 1 deletion lib/transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ module.exports = async function transformer({
useBuiltIns : false
}],
['minify', {
mangle : false
mangle : false,
deadcode: false
}]
],
sourceMap: true,
Expand Down
Loading

0 comments on commit 03ca8c3

Please sign in to comment.