Skip to content

Commit e3c176e

Browse files
committed
remove browserify-shim
1 parent db30d79 commit e3c176e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ var build = function(options) {
259259

260260
var compiled = gulp.src(['src/module/main.js'])
261261
.pipe(through2.obj(function(file, enc, next){
262-
browserify(file.path, { standalone: 'Matter', transform: ['browserify-shim'] })
262+
browserify(file.path, { standalone: 'Matter' })
263263
.bundle(function(err, res){
264264
file.contents = res;
265265
next(null, file);

0 commit comments

Comments
 (0)