Skip to content

Commit

Permalink
fix: set add defaults option to false
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 30, 2020
1 parent 870a2a8 commit 27d7925
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 @@ -58,7 +58,7 @@ if (!keepModules) {
plugins.push(...[
require("@babel/plugin-transform-modules-commonjs"),
require("@babel/plugin-syntax-dynamic-import"),
require("babel-plugin-add-module-exports",{"addDefaultProperty": true}) // atom needs this
require("babel-plugin-add-module-exports", {addDefaultProperty: false}) // atom needs this
]);
}

Expand Down

0 comments on commit 27d7925

Please sign in to comment.