Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

objectSpread not transform #16

Closed
HillLiu opened this issue Dec 12, 2019 · 0 comments
Closed

objectSpread not transform #16

HillLiu opened this issue Dec 12, 2019 · 0 comments

Comments

@HillLiu
Copy link
Member

HillLiu commented Dec 12, 2019

solution add

babel/babel#10261

plugins: [
          [ 
            'reshow-transform-runtime',
            { 
              regenerator: false,
              useESModules: true,
              version: "7.5.0",
            },
          ],
]

code

https://github.com/babel/babel/blob/master/packages/babel-plugin-proposal-object-rest-spread/src/index.js

@HillLiu HillLiu closed this as completed Dec 12, 2019
HillLiu added a commit to react-atomic/react-atomic-organism that referenced this issue Dec 12, 2019
HillLiu added a commit to react-atomic/react-atomic-molecule that referenced this issue Dec 12, 2019
HillLiu added a commit to react-atomic/i13n that referenced this issue Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant