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

feat(stories): Migration to CSF format - FRONT-1117 #489

Merged
merged 4 commits into from
Jul 3, 2020

Conversation

planctus
Copy link
Contributor

@planctus planctus commented Jul 1, 2020

PR description

Please drop a few lines about the PR: what it does, how to test it, etc.

QA Checklist

In order to ensure a safe and quick review, please check that your PR follow those guidelines:

  • I have put the vanilla component as devDependencies
  • I have put the specs package as devDependencies
  • I have added the components directly used in the twig file (with include or embed) as dependencies
  • My component is listed in @ecl-twig/ec-components's dependencies
  • My variables naming follow the guidelines (snake case for twig)
  • I have provided tests
  • I have provided documentation (for the "notes" tab)
  • If my local yarn.lock contains changes, I have committed it
  • I have given my PR the proper label (pr: review needed to indicate that I'm done and now waiting for a review ,pr: wip to indicate that I'm actively working on it ...)

@planctus planctus added pr: review needed Use this label to show that your PR needs to be review tag: enhancement labels Jul 1, 2020
@kalinchernev
Copy link
Contributor

Please resolve conflicts

@planctus
Copy link
Contributor Author

planctus commented Jul 3, 2020

@kalinchernev, conflicts fixed ;)

@kalinchernev kalinchernev self-assigned this Jul 3, 2020
babel.config.js Outdated
plugins: ['preval'],
plugins: [
[
'@babel/transform-runtime',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was needed for the script to migrate to run. But i have seen many times an error in the console for the missing regenerator-runtime in certain situations, so i thought that this would also be the way to fix that. Unfortunately i don't have "proof" about this, because i cannot reproduce the issue i described.
So if you think there are downsides of using this plugin we can remove it for now and reintegrate it only if we experience again the issue i mentioned.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the script to run, ok. If it's not required after the work of the script and you're not sure about the benefits, I'd remove it, but it's up to you

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed it @kalinchernev ;)

@kalinchernev kalinchernev removed their assignment Jul 3, 2020
@kalinchernev kalinchernev merged commit 81dc026 into develop Jul 3, 2020
@kalinchernev kalinchernev deleted the FRONT-1117 branch July 3, 2020 11:51
@kalinchernev kalinchernev removed the pr: review needed Use this label to show that your PR needs to be review label Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants