Skip to content

Commit d87cf44

Browse files
authored
chore: Remove Browserify plugin (#3372)
Browserify is not actively maintained and we should stop recommending it. With the removal of Browserify from #3322, we can now completely remove Browserify from the repo. `@metamask/snaps-browserify-plugin` should be deprecated on NPM after merging this.
1 parent 5c41495 commit d87cf44

38 files changed

Lines changed: 153 additions & 2346 deletions

.swcrc.build.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.yarn/patches/@babel-core-npm-7.23.2-b93f586907.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

.yarn/patches/inline-source-map-npm-0.6.2-96902459a0.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This repository contains the following packages [^fn1]:
1010
<!-- start package list -->
1111

1212
- [`@metamask/create-snap`](packages/create-snap)
13-
- [`@metamask/snaps-browserify-plugin`](packages/snaps-browserify-plugin)
1413
- [`@metamask/snaps-cli`](packages/snaps-cli)
1514
- [`@metamask/snaps-controllers`](packages/snaps-controllers)
1615
- [`@metamask/snaps-execution-environments`](packages/snaps-execution-environments)

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,12 @@
5858
]
5959
},
6060
"resolutions": {
61-
"@babel/core": "patch:@babel/core@npm%3A7.23.2#./.yarn/patches/@babel-core-npm-7.23.2-b93f586907.patch",
6261
"@esbuild-plugins/node-modules-polyfill@^0.2.2": "patch:@esbuild-plugins/node-modules-polyfill@npm%3A0.2.2#./.yarn/patches/@esbuild-plugins-node-modules-polyfill-npm-0.2.2-f612681798.patch",
6362
"@puppeteer/browsers@1.4.6": "patch:@puppeteer/browsers@npm%3A1.7.0#./.yarn/patches/@puppeteer-browsers-npm-1.7.0-203cb4f44b.patch",
6463
"@puppeteer/browsers@^1.6.0": "patch:@puppeteer/browsers@npm%3A1.7.0#./.yarn/patches/@puppeteer-browsers-npm-1.7.0-203cb4f44b.patch",
6564
"@types/glob@*": "patch:@types/glob@npm%3A7.1.4#./.yarn/patches/@types-glob-npm-7.1.4-d45247eaa2.patch",
6665
"@types/glob@^7.1.1": "patch:@types/glob@npm%3A7.1.4#./.yarn/patches/@types-glob-npm-7.1.4-d45247eaa2.patch",
6766
"@types/mocha@^10.0.1": "patch:@types/mocha@npm:10.0.1#.yarn/patches/@types-mocha-npm-10.0.1-7c94e9e170.patch",
68-
"find-babel-config": "^2.0.0",
69-
"got": "^13.0.0",
70-
"inline-source-map@~0.6.0": "patch:inline-source-map@npm%3A0.6.2#./.yarn/patches/inline-source-map-npm-0.6.2-96902459a0.patch",
7167
"jest-fetch-mock@^3.0.3": "patch:jest-fetch-mock@npm:3.0.3#.yarn/patches/jest-fetch-mock-npm-3.0.3-ac072ca8af.patch",
7268
"jest-util@^29.5.0": "patch:jest-util@npm%3A29.6.3#./.yarn/patches/jest-util-npm-29.6.3-6ffdea2c1c.patch",
7369
"jest-util@^29.6.3": "patch:jest-util@npm%3A29.6.3#./.yarn/patches/jest-util-npm-29.6.3-6ffdea2c1c.patch",

packages/examples/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ The following is a list of the snaps in this directory.
7575

7676
### 3rd party integrations
7777

78-
- [**`packages/browserify-plugin`**](./packages/browserify-plugin): This snap
79-
demonstrates how to use Browserify to bundle a snap.
8078
- [**`packages/ethers-js`**](./packages/ethers-js): This snap demonstrates how
8179
to use Ethers.js in a snap.
8280
- [**`packages/rollup-plugin`**](./packages/rollup-plugin): This snap

packages/examples/packages/browserify-plugin/.depcheckrc.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/examples/packages/browserify-plugin/CHANGELOG.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

packages/examples/packages/browserify-plugin/LICENSE.APACHE2

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)