Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

fix: added babel rollup plugin fixes #232 #233

Merged
merged 2 commits into from
Sep 14, 2021

Conversation

logaretm
Copy link
Collaborator

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

Adds the rollup configuration for babel plugin to transpile modern JS syntax to one compatible with @babel/preset-env in the babel.config.js file.

Fixes #232

@codecov-commenter
Copy link

Codecov Report

Merging #233 (8d6e361) into main (8adff29) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #233   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files           7        7           
  Lines         183      183           
  Branches       42       42           
=======================================
  Hits          179      179           
  Misses          3        3           
  Partials        1        1           

@marina-mosti marina-mosti merged commit 25d293c into main Sep 14, 2021
@marina-mosti marina-mosti deleted the fix/added-babel-rollup-plugin branch September 14, 2021 10:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected token with v3.6.0
3 participants