-
Notifications
You must be signed in to change notification settings - Fork 94
Updating docs #49
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
Updating docs #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
fr_FR/docs/recipes/jspm-systemjs.md
Outdated
@@ -19,11 +16,15 @@ Cette recette a été testée uniquement avec JSPM v0.17.0-beta.22, mais ceci de | |||
|
|||
### Babel | |||
|
|||
Configurez votre .babelrc pour travailler avec AVA, si ce n'est pas déjà fait. REMARQUE : Vous pouvez garder une configuration supplémentaire dans vos fichiers de configuration de JSPM pour remplacer ces paramètres pendant le regroupement et la construction. | |||
Configurez votre .babelrc pour travailler avec AVA, si ce n'est pas déjà fait. REMARQUE : Vous pouvez garder une configuration supplémentaire dans vos fichiers de configuration de JSPM pour remplacer ces paramètres pendant le regroupement et la construction. Vous aurez besoin d'installer le [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) comme une dépendance de dev. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace:
Vous aurez besoin d'installer le @babel/preset-env comme une dépendance de dev.
By :
À partir de babel 7, @babel/ preset-env transformera le code comme babel-preset-esXXXX le faisait précédemment.
Fixed grammar and rebased. |
Perfect. I will do the merge when it will be done on the repository of AVA in English |
avajs/ava#1727 is closed. I patched last changes and rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirmed latest commit on file as 29d2c5d3df3895859c7f4d531e57c58ecdd6cba3
Thanks @BusbyActual |
ENG