1 parent 658b1b4 commit 4fb375fCopy full SHA for 4fb375f
1 file changed
README.md
@@ -24,14 +24,3 @@ export default defineConfig({
24
plugins: [createReScriptPlugin()],
25
});
26
```
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