Skip to content

Commit 939f210

Browse files
Remove Browserify bundler option (#1976)
1 parent 9c6ffc4 commit 939f210

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

snaps/reference/cli/options.md

-31
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,6 @@ This reference describes the syntax of the Snaps command line interface (CLI) co
1414
You can specify these options in the
1515
[configuration file](../../learn/about-snaps/files.md#configuration-file).
1616

17-
### `bundler`
18-
19-
<Tabs>
20-
<TabItem value="Syntax">
21-
22-
```javascript
23-
bundler: <BUNDLER>,
24-
```
25-
26-
</TabItem>
27-
<TabItem value="Example">
28-
29-
```javascript
30-
bundler: "webpack",
31-
```
32-
33-
</TabItem>
34-
</Tabs>
35-
36-
The bundler to use.
37-
The options are `"webpack"` and `"browserify"`.
38-
The default is `"webpack"`.
39-
40-
:::caution important
41-
We recommend using the Webpack bundler.
42-
The Browserify-based configuration is deprecated and will be removed in the future.
43-
This reference describes the configuration options for Webpack.
44-
For Browserify, see the
45-
[legacy options](https://github.com/MetaMask/snaps/tree/455366f19281801ed4220431100e45237dd5cf1e/packages/snaps-cli#legacy-options).
46-
:::
47-
4817
### `customizeWebpackConfig`
4918

5019
<Tabs>

0 commit comments

Comments
 (0)