Skip to content

Commit

Permalink
Fix the double dash issue (#14321)
Browse files Browse the repository at this point in the history
The double dash was being converted to a single dash (–)
  • Loading branch information
thiagolcks authored and youknowriad committed Mar 20, 2019
1 parent 7c313e6 commit 223c74f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = {

Next, you need to install babel, the webpack loader, and the JSX plugin using:

> npm install --save-dev --save-exact babel-loader @babel/core @babel/plugin-transform-react-jsx
`npm install --save-dev --save-exact babel-loader @babel/core @babel/plugin-transform-react-jsx`

You configure babel by creating a `.babelrc` file:

Expand Down

0 comments on commit 223c74f

Please sign in to comment.