Skip to content

Commit d9b2dad

Browse files
authored
docs: single-line comment explaining the change
1 parent 4c929bd commit d9b2dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extract-react-intl/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export default async (
106106
(Array.isArray(plugin) ? plugin[0] : plugin) === 'react-intl'
107107
)
108108
) {
109+
// Append a the `react-intl` babel plugin only when it isn’t already included in the babel config
109110
presets.unshift({
110111
plugins: [
111112
[

0 commit comments

Comments
 (0)