Refactor move docs (#8108)
* feat: [skip] generate readme script * docs: [skip ci] update READMEs * docs: [skip ci] fix code block type * chore: [skip ci] move generator script
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @babel/helper-module-transforms
|
||||
|
||||
## Usage
|
||||
> Babel helper functions for implementing ES6 module transformations
|
||||
|
||||
TODO
|
||||
See our website [@babel/helper-module-transforms](https://new.babeljs.io/docs/en/next/babel-helper-module-transforms.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save @babel/helper-module-transforms
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add --save @babel/helper-module-transforms
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user