Skip to content

Commit

Permalink
Fix the double dash issue
Browse files Browse the repository at this point in the history
The double dash was being converted to a single dash (&WordPress#8211;)
  • Loading branch information
thiagolcks committed Mar 7, 2019
1 parent 9e91923 commit 20c507e
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 20c507e

Please sign in to comment.