Docs: fix text

This commit is contained in:
Paul Grau 2020-05-25 17:09:57 +09:00
parent 298004a62b
commit f0feefafa9

View File

@ -42,7 +42,7 @@ The babel functions `babel`, `babelDefault`, and `managerBabel` all configure ba
All functions take a [Babel configuration object](https://babeljs.io/docs/en/configuration) as their argument and can modify it or return a new object. All functions take a [Babel configuration object](https://babeljs.io/docs/en/configuration) as their argument and can modify it or return a new object.
For example, Storybook's Mihtril support uses presets internally and here's how it configures babel: For example, Storybook's Mihtril support uses plugins internally and here's how it configures babel:
```js ```js
export function babelDefault(config: TransformOptions) { export function babelDefault(config: TransformOptions) {