We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db30d79 commit e3c176eCopy full SHA for e3c176e
1 file changed
Gulpfile.js
@@ -259,7 +259,7 @@ var build = function(options) {
259
260
var compiled = gulp.src(['src/module/main.js'])
261
.pipe(through2.obj(function(file, enc, next){
262
- browserify(file.path, { standalone: 'Matter', transform: ['browserify-shim'] })
+ browserify(file.path, { standalone: 'Matter' })
263
.bundle(function(err, res){
264
file.contents = res;
265
next(null, file);
0 commit comments