Skip to content

Commit

Permalink
feat: esModule export named
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed Jul 15, 2020
1 parent 71f812f commit 7f38426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -119,7 +119,7 @@ module.exports = {
| **[`localsConvention`](#localsconvention)** | `{String}` | `'asIs'` | Style of exported classnames |
| **[`onlyLocals`](#onlylocals)** | `{Boolean}` | `false` | Export only locals |
| **[`esModule`](#esmodule)** | `{Boolean}` | `false` | Use ES modules syntax |
| **[`exportNamed`](#exportNamed)** | `{Boolean}` | `false` | Use ES modules named export |
| **[`namedExport`](#namedExport)** | `{Boolean}` | `false` | Use ES modules named export |

### `url`

Expand Down

0 comments on commit 7f38426

Please sign in to comment.