README: add --save-dev [skip ci]
Closes gh-4910
This commit is contained in:
parent
2311b5b53a
commit
e86f62b304
@ -9,7 +9,7 @@ There are some shell-executable utility scripts, `babel-external-helpers.js` and
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install babel-cli
|
||||
npm install --save-dev babel-cli
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install babel-code-frame
|
||||
npm install --save-dev babel-code-frame
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Install
|
||||
|
||||
```
|
||||
npm install babel-core
|
||||
npm install --save-dev babel-core
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install babel-generator
|
||||
npm install --save-dev babel-generator
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Install
|
||||
|
||||
```js
|
||||
npm install babel-helpers
|
||||
npm install --save-dev babel-helpers
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install babel-messages
|
||||
npm install --save-dev babel-messages
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-external-helpers
|
||||
npm install --save-dev babel-plugin-external-helpers
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -16,7 +16,7 @@ This plugin allows Babel to parse async functions.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-async-functions
|
||||
npm install --save-dev babel-plugin-syntax-async-functions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -23,7 +23,7 @@ async function f() {
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-async-generators
|
||||
npm install --save-dev babel-plugin-syntax-async-generators
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -7,7 +7,7 @@ Allow parsing of call constructors.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-class-constructor-call
|
||||
npm install --save-dev babel-plugin-syntax-class-constructor-call
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of class properties.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-class-properties
|
||||
npm install --save-dev babel-plugin-syntax-class-properties
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of decorators.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-decorators
|
||||
npm install --save-dev babel-plugin-syntax-decorators
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of do expressions.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-do-expressions
|
||||
npm install --save-dev babel-plugin-syntax-do-expressions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of `import()`.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-dynamic-import
|
||||
npm install --save-dev babel-plugin-syntax-dynamic-import
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of the exponentiation operator.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-exponentiation-operator
|
||||
npm install --save-dev babel-plugin-syntax-exponentiation-operator
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of export extensions.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-export-extensions
|
||||
npm install --save-dev babel-plugin-syntax-export-extensions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-flow
|
||||
npm install --save-dev babel-plugin-syntax-flow
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of function bind.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-function-bind
|
||||
npm install --save-dev babel-plugin-syntax-function-bind
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of the `function.sent` meta property.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-function-sent
|
||||
npm install --save-dev babel-plugin-syntax-function-sent
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-jsx
|
||||
npm install --save-dev babel-plugin-syntax-jsx
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Allow parsing of object rest/spread.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-object-rest-spread
|
||||
npm install --save-dev babel-plugin-syntax-object-rest-spread
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile trailing function commas to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-syntax-trailing-function-commas
|
||||
npm install --save-dev babel-plugin-syntax-trailing-function-commas
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile async functions to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-async-functions
|
||||
npm install --save-dev babel-plugin-transform-async-functions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -73,7 +73,7 @@ forEach(genAnswers(), function(val) { output += val.value })
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-async-generator-functions
|
||||
npm install --save-dev babel-plugin-transform-async-generator-functions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Turn async functions into ES2015 generators
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-async-to-generator
|
||||
npm install --save-dev babel-plugin-transform-async-to-generator
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Turn async functions into a Bluebird coroutine
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-async-to-module-method
|
||||
npm install --save-dev babel-plugin-transform-async-to-module-method
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -65,7 +65,7 @@ let nowStr = Date(); // Use the 'call constructor()' part to get a string value
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-class-constructor-call
|
||||
npm install --save-dev babel-plugin-transform-class-constructor-call
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-class-properties
|
||||
npm install --save-dev babel-plugin-transform-class-properties
|
||||
```
|
||||
|
||||
### Options: `spec`
|
||||
|
||||
@ -5,7 +5,7 @@ Compile class and object decorators to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-decorators
|
||||
npm install --save-dev babel-plugin-transform-decorators
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile do expressions to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-do-expressions
|
||||
npm install --save-dev babel-plugin-transform-do-expressions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 arrow functions to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-arrow-functions
|
||||
npm install --save-dev babel-plugin-transform-es2015-arrow-functions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Babel plugin to ensure function declarations at the block level are block scoped
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-block-scoped-functions
|
||||
npm install --save-dev babel-plugin-transform-es2015-block-scoped-functions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 block scoping (const and let) to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-block-scoping
|
||||
npm install --save-dev babel-plugin-transform-es2015-block-scoping
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 classes to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-classes
|
||||
npm install --save-dev babel-plugin-transform-es2015-classes
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 computed properties to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-computed-properties
|
||||
npm install --save-dev babel-plugin-transform-es2015-computed-properties
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 destructuring to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-destructuring
|
||||
npm install --save-dev babel-plugin-transform-es2015-destructuring
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -10,7 +10,7 @@ object literals with duplicate keys.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-duplicate-keys
|
||||
npm install --save-dev babel-plugin-transform-es2015-duplicate-keys
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 for...of to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-for-of
|
||||
npm install --save-dev babel-plugin-transform-es2015-for-of
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Apply ES2015 function.name semantics to all functions
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-function-name
|
||||
npm install --save-dev babel-plugin-transform-es2015-function-name
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-instanceof
|
||||
npm install --save-dev babel-plugin-transform-es2015-instanceof
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 unicode string and number literals to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-literals
|
||||
npm install --save-dev babel-plugin-transform-es2015-literals
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-modules-amd
|
||||
npm install --save-dev babel-plugin-transform-es2015-modules-amd
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-modules-commonjs
|
||||
npm install --save-dev babel-plugin-transform-es2015-modules-commonjs
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-modules-systemjs
|
||||
npm install --save-dev babel-plugin-transform-es2015-modules-systemjs
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-modules-umd
|
||||
npm install --save-dev babel-plugin-transform-es2015-modules-umd
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 object super to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-object-super
|
||||
npm install --save-dev babel-plugin-transform-es2015-object-super
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 default and rest parameters to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-parameters
|
||||
npm install --save-dev babel-plugin-transform-es2015-parameters
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 shorthand properties to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-shorthand-properties
|
||||
npm install --save-dev babel-plugin-transform-es2015-shorthand-properties
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 spread to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-spread
|
||||
npm install --save-dev babel-plugin-transform-es2015-spread
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 sticky regex to an ES5 RegExp constructor
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-sticky-regex
|
||||
npm install --save-dev babel-plugin-transform-es2015-sticky-regex
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 template literals to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-template-literals
|
||||
npm install --save-dev babel-plugin-transform-es2015-template-literals
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-typeof-symbol
|
||||
npm install --save-dev babel-plugin-transform-es2015-typeof-symbol
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES2015 unicode regex to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es2015-unicode-regex
|
||||
npm install --save-dev babel-plugin-transform-es2015-unicode-regex
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Ensure that reserved words are quoted in property accesses
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es3-member-expression-literals
|
||||
npm install --save-dev babel-plugin-transform-es3-member-expression-literals
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Ensure that reserved words are quoted in object property keys
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es3-property-literals
|
||||
npm install --save-dev babel-plugin-transform-es3-property-literals
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile ES5 property mutator shorthand syntax to Object.defineProperty
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-es5-property-mutators
|
||||
npm install --save-dev babel-plugin-transform-es5-property-mutators
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -19,7 +19,7 @@ eval("(function () { return 'foo'; })");
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-eval
|
||||
npm install --save-dev babel-plugin-transform-eval
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile exponentiation operator to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-exponentiation-operator
|
||||
npm install --save-dev babel-plugin-transform-exponentiation-operator
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile export extensions to ES2015
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-export-extensions
|
||||
npm install --save-dev babel-plugin-transform-export-extensions
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -41,7 +41,7 @@ function foo(x /*: number*/) /*: string*/ {}
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-flow-comments
|
||||
npm install --save-dev babel-plugin-transform-flow-comments
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Strip flow type annotations from your output code.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-flow-strip-types
|
||||
npm install --save-dev babel-plugin-transform-flow-strip-types
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Compile function bind operator to ES5
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-function-bind
|
||||
npm install --save-dev babel-plugin-transform-function-bind
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Babel plugin to fix buggy JScript named function expressions
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-jscript
|
||||
npm install --save-dev babel-plugin-transform-jscript
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -21,7 +21,7 @@ _extends(a, b);
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-object-assign
|
||||
npm install --save-dev babel-plugin-transform-object-assign
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -14,7 +14,7 @@ z = _extends({ x }, y);
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-object-rest-spread
|
||||
npm install --save-dev babel-plugin-transform-object-rest-spread
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -24,7 +24,7 @@ _defaults(bar, foo);
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-object-set-prototype-of-to-assign
|
||||
npm install --save-dev babel-plugin-transform-object-set-prototype-of-to-assign
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -45,7 +45,7 @@ _defaults(bar, foo);
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-proto-to-assign
|
||||
npm install --save-dev babel-plugin-transform-proto-to-assign
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -48,7 +48,7 @@ const Hr = () => {
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-constant-elements
|
||||
npm install --save-dev babel-plugin-transform-react-constant-elements
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Add displayName to React.createClass calls
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-display-name
|
||||
npm install --save-dev babel-plugin-transform-react-display-name
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -40,7 +40,7 @@ babelHelpers.jsx(Baz, {
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-inline-elements
|
||||
npm install --save-dev babel-plugin-transform-react-inline-elements
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -25,7 +25,7 @@ var profile = React.DOM.div(null,
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-jsx-compat
|
||||
npm install --save-dev babel-plugin-transform-react-jsx-compat
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -19,7 +19,7 @@ should enable this transform in dev mode.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-jsx-self
|
||||
npm install --save-dev babel-plugin-transform-react-jsx-self
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -18,7 +18,7 @@ Adds source file and line number to JSX elements.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-jsx-source
|
||||
npm install --save-dev babel-plugin-transform-react-jsx-source
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -55,7 +55,7 @@ var profile = dom( "div", null,
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-react-jsx
|
||||
npm install --save-dev babel-plugin-transform-react-jsx
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Transform async/generator functions with [regenerator](https://github.com/facebo
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-regenerator
|
||||
npm install --save-dev babel-plugin-transform-regenerator
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -17,7 +17,7 @@ See the technical details section for more information on how this works and the
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-runtime
|
||||
npm install --save-dev babel-plugin-transform-runtime
|
||||
```
|
||||
|
||||
It is also recommended you install the `babel-runtime` package as a
|
||||
|
||||
@ -10,7 +10,7 @@ already.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-transform-strict-mode
|
||||
npm install --save-dev babel-plugin-transform-strict-mode
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ Throw a compile-time error on references to undeclared variables
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-plugin-undeclared-variables-check
|
||||
npm install --save-dev babel-plugin-undeclared-variables-check
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -5,7 +5,7 @@ The require hook will bind itself to node's require and automatically compile fi
|
||||
## Install
|
||||
|
||||
```
|
||||
npm install babel-register
|
||||
npm install --save-dev babel-register
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -7,7 +7,7 @@ In computer science, this is known as an implementation of quasiquotes.
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install babel-template
|
||||
npm install --save-dev babel-template
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user