Skip to content

Commit

Permalink
Make bundle standalone
Browse files Browse the repository at this point in the history
- so that the example works again
  • Loading branch information
Enet4 committed Sep 24, 2021
1 parent f54c893 commit 03da3b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ function bundle() {
NODE_ENV: "production"
}
]
]
],
standalone: 'DicoogleClient'
});
return b
.bundle()
Expand Down

0 comments on commit 03da3b0

Please sign in to comment.