We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f812f commit 7f38426Copy full SHA for 7f38426
README.md
@@ -119,7 +119,7 @@ module.exports = {
119
| **[`localsConvention`](#localsconvention)** | `{String}` | `'asIs'` | Style of exported classnames |
120
| **[`onlyLocals`](#onlylocals)** | `{Boolean}` | `false` | Export only locals |
121
| **[`esModule`](#esmodule)** | `{Boolean}` | `false` | Use ES modules syntax |
122
-| **[`exportNamed`](#exportNamed)** | `{Boolean}` | `false` | Use ES modules named export |
+| **[`namedExport`](#namedExport)** | `{Boolean}` | `false` | Use ES modules named export |
123
124
### `url`
125
0 commit comments