Skip to content

Commit

Permalink
fix: !keepModules in preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jul 28, 2020
1 parent 22dd0d8 commit 04fde98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let presets = [
{
targets: {
electron: 5,
modules: keepModules
modules: !keepModules
},
},
],
Expand Down

0 comments on commit 04fde98

Please sign in to comment.