We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4063f96 commit 816291eCopy full SHA for 816291e
build/grunt.js
@@ -21,6 +21,7 @@ module.exports = function(grunt) {
21
standalone: 'videojs'
22
},
23
plugin: [
24
+ ['bundle-collapser/plugin'],
25
['browserify-derequire']
26
]
27
};
@@ -348,7 +349,7 @@ module.exports = function(grunt) {
348
349
transform: ['babelify']
350
351
- ['proxyquireify/plugin']
352
+ ['proxyquireify/plugin', 'bundle-collapser/plugin']
353
],
354
banner: false,
355
watch: true,
package.json
@@ -54,6 +54,7 @@
54
"browserify-derequire": "^0.9.4",
55
"browserify-istanbul": "^0.2.1",
56
"browserify-versionify": "^1.0.4",
57
+ "bundle-collapser": "^1.2.1",
58
"chg": "^0.3.2",
59
"es5-shim": "^4.1.3",
60
"es6-shim": "^0.35.1",
0 commit comments