Skip to content

Commit c8202d8

Browse files
renatobenksfatfisz
authored andcommitted
chore: Update DOCS.md (#272)
1 parent 855146a commit c8202d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ If you want to leave some paths as-is, then you can return `undefined` or any ot
206206

207207
create-react-app by default don't use .babelrc, so in webpack.config.dev.js, add plugins property within js loader like below. Note that plugins recieve an array.
208208

209-
```json
209+
```js
210210
// Process JS with Babel.
211211
{
212212
test: /\.(js|jsx|mjs)$/,

0 commit comments

Comments
 (0)