Skip to content

Commit

Permalink
Removed add-module-exports babel plugin since it's unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronius committed Jul 8, 2020
1 parent e242f93 commit daf8baf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"presets": ["@babel/env", "@babel/typescript"],
"plugins": ["add-module-exports"]
"presets": ["@babel/env", "@babel/typescript"]
}
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@babel/preset-typescript": "^7.8.3",
"@metahub/karma-rollup-preprocessor": "^6.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"connect": "^3.6.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
Expand Down

0 comments on commit daf8baf

Please sign in to comment.