Skip to content

Commit 5ea26d5

Browse files
authored
(#8526) - remove outdated bundle-collapser and es3ify
1 parent 154440f commit 5ea26d5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

bin/build-utils.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ function doBrowserify(pkgName, filepath, opts, exclude) {
4848
path.dirname(filepath) + '/' + path.basename(filepath));
4949
});
5050
} else {
51-
bundler = browserify(addPath(pkgName, filepath), opts)
52-
.transform('es3ify')
53-
.plugin('bundle-collapser/plugin');
51+
bundler = browserify(addPath(pkgName, filepath), opts);
5452
}
5553

5654
if (exclude) {

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@
6666
"browserify": "16.4.0",
6767
"browserify-incremental": "3.1.1",
6868
"builtin-modules": "3.1.0",
69-
"bundle-collapser": "1.3.0",
7069
"chai": "3.5.0",
7170
"chai-as-promised": "5.3.0",
7271
"change-case": "4.0.1",
7372
"child-process-promise": "2.2.1",
7473
"cssmin": "0.4.3",
7574
"denodeify": "1.2.1",
7675
"derequire": "2.1.1",
77-
"es3ify": "0.2.2",
7876
"eslint": "8.7.0",
7977
"express": "4.17.0",
8078
"express-pouchdb": "4.2.0",

0 commit comments

Comments
 (0)