Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit c2e20c3

Browse files
fix: remove regenerator
1 parent 06ee53d commit c2e20c3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/babel-preset-atlauncher/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = function() {
1616
require('babel-plugin-transform-function-bind'),
1717
require('babel-plugin-transform-object-rest-spread'),
1818
require('babel-plugin-transform-runtime'),
19-
require('babel-plugin-transform-regenerator'),
2019
require('babel-plugin-transform-react-remove-prop-types').default,
2120
],
2221
};

packages/babel-preset-atlauncher/package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-atlauncher/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"babel-plugin-transform-function-bind": "^6.22.0",
2323
"babel-plugin-transform-object-rest-spread": "^6.23.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
25-
"babel-plugin-transform-regenerator": "^6.24.1",
2625
"babel-plugin-transform-runtime": "^6.23.0",
2726
"babel-preset-env": "^1.5.2",
2827
"babel-preset-react": "^6.24.1"

0 commit comments

Comments
 (0)