Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added NativeScript support
  • Loading branch information
Vladlukhanin committed Dec 21, 2017
commit c8dabf116e266619166fa2743fb02af81345c577
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ gulp.task('build', function () {
var isDevelopment = process.env.NODE_ENV === 'develop',
browserifyOpts = {
debug: isDevelopment,
standalone: 'QB'
standalone: 'QB',
ignoreMissing: true
};

return browserify('./src/qbMain.js', browserifyOpts)
Expand Down
Loading