Availity / availity-workflow

Upgradable workflow for Availity boilerplate projects
https://availity.github.io/availity-workflow
MIT License
28 stars 16 forks source link

fix(workflow): enable class elements transform for @babel/preset-env to allow legacy decorators #738

Closed stevenviar closed 3 months ago

stevenviar commented 3 months ago

See: https://babeljs.io/docs/babel-plugin-proposal-decorators

Before submitting a pull request, please make sure the following is done:

  1. If you are part of the Availity organization, clone this repository and create your branch off of master. If you are not part of the organization, you will need to fork this repository and the create your branch off of master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Make sure your code passed the conventional commits check. Read more about conventional commits