Skip to content

Commit

Permalink
feat(onesignal): enable CDN by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 4, 2019
1 parent c08e423 commit 7c78c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onesignal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function addOneSignal (moduleOptions) {
// Merge options
const defaults = {
OneSignalSDK: undefined,
cdn: false,
cdn: true,
GcmSenderId: '482941778795',
importScripts: [
'/sw.js'
Expand Down

0 comments on commit 7c78c67

Please sign in to comment.