File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,6 @@ This reference describes the syntax of the Snaps command line interface (CLI) co
14
14
You can specify these options in the
15
15
[ configuration file] ( ../../learn/about-snaps/files.md#configuration-file ) .
16
16
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
-
48
17
### ` customizeWebpackConfig `
49
18
50
19
<Tabs >
You can’t perform that action at this time.
0 commit comments