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

Upgrade babel deps #1

Closed
wants to merge 1 commit into from
Closed

Conversation

marcofugaro
Copy link

Some proposals plugins have changes their options, for example the babel-proposal-decorators has added a new decoratorsBeforeExport option, setting this option was not possible in the 7.0.0 version so the configuration was throwing an error.

Should be fixed just by upgrading the dependencies.

@coveralls
Copy link

coveralls commented Dec 24, 2018

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 15: 0.0%
Covered Lines: 77
Relevant Lines: 77

💛 - Coveralls

@wzhouwzhou
Copy link

wzhouwzhou commented Jul 11, 2019

+1, some feedback and presence from @insin would be appreciated
Additionally, some new options such as classPrivateProperties have been introduced, it would be great to have those added.
Additionally, attempting to directly install from a branch fails to build /lib. Manually building lib fails to convert import/export correctly. Finally Plugin/Preset files are not allowed to export objects, only functions prevents usage of module

@insin
Copy link
Owner

insin commented Mar 6, 2020

Plugin options weren't made configurable as there were no meaningful options in the 7.0.0 versions - this should be fixed as of v0.2.0

@insin insin closed this Mar 6, 2020
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

Successfully merging this pull request may close these issues.

4 participants