Skip to content

Commit

Permalink
Merge pull request #553 from stvorbis-NDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
release-train[bot] committed Sep 12, 2019
2 parents 110b875 + e765edb commit 4b0341c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampling-master/ogg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const limit = throat(1)
function getDecoder() {
if (!decoderPromise) {
// @ts-ignore
decoderPromise = import(/* webpackChunkName: 'stbvorbis' */ 'raw-loader!./vendor/stbvorbis/stbvorbis-e6da5fe.js')
decoderPromise = import(/* webpackChunkName: 'stbvorbis' */ 'raw-loader!./vendor/stbvorbis/stbvorbis-e6da5fe-NDEBUG.js')
.then(ns => ns.default)
.then(src => {
// eslint-disable-next-line no-eval
Expand Down

Large diffs are not rendered by default.

0 comments on commit 4b0341c

Please sign in to comment.