Skip to content

Commit ead8a77

Browse files
authored
Merge pull request #289 from QuickBlox/dev.nativescript
Dev.nativescript
2 parents 70a7b76 + 26fafc0 commit ead8a77

File tree

11 files changed

+1082
-165
lines changed

11 files changed

+1082
-165
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ gulp.task('build', function () {
1515
var isDevelopment = process.env.NODE_ENV === 'develop',
1616
browserifyOpts = {
1717
debug: isDevelopment,
18-
standalone: 'QB'
18+
standalone: 'QB',
19+
ignoreMissing: true
1920
};
2021

2122
return browserify('./src/qbMain.js', browserifyOpts)

0 commit comments

Comments
 (0)