Skip to content

Commit b9edef8

Browse files
Minor reword
1 parent ab41baf commit b9edef8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/encore/babel.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Need to extend the Babel configuration further? The easiest way is via
1616
Encore
1717
// ...
1818
19-
// make sure to install any presets you want to use
20-
// yarn add babel-preset-es2017
21-
// modify the default Babel configuration
19+
// first, install any presets you want to use (e.g. yarn add babel-preset-es2017)
20+
// then, modify the default Babel configuration
2221
.configureBabel(function(babelConfig) {
2322
babelConfig.presets.push('es2017');
2423
})

0 commit comments

Comments
 (0)