File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 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
1414You 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 >
You can’t perform that action at this time.
0 commit comments