Skip to content

Commit 4fb375f

Browse files
committed
Remove Plugin Options section
1 parent 658b1b4 commit 4fb375f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,3 @@ export default defineConfig({
2424
plugins: [createReScriptPlugin()],
2525
});
2626
```
27-
28-
## Plugin Options
29-
30-
```js
31-
// supply an object literal as options to the plugin, for example
32-
createReScriptPlugin({ cmd: 'rescript build -with-deps -w' });
33-
```
34-
35-
| Name | Type | Description |
36-
| :---- | :------- | :-------------------------------------------------------------- |
37-
| `cmd` | `string` | The CLI command to run. Default: `rescript build -with-deps -w` |

0 commit comments

Comments
 (0)