Skip to content

Commit

Permalink
fix: modules wrong position
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 28, 2020
1 parent 04fde98 commit 4bfa56d
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,8 +23,8 @@ let presets = [
{
targets: {
electron: 5,
modules: !keepModules
},
modules: !keepModules
},
],
require("@babel/preset-react"),
Expand Down

0 comments on commit 4bfa56d

Please sign in to comment.