Skip to content

Commit

Permalink
Merge branch 'master' into felix/quadbin-heatmap-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer authored May 21, 2024
2 parents 3f92c14 + 995cf59 commit 2c14323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/src/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ declare global {
}

function checkVersion() {
// Version detection using babel plugin
// Fallback for tests and SSR since global variable is defined by Webpack.
// Version detection using typescript plugin.
// Fallback for tests and SSR since global variable is defined by esbuild.
const version =
typeof __VERSION__ !== 'undefined'
? __VERSION__
Expand Down

0 comments on commit 2c14323

Please sign in to comment.