Skip to content

Commit

Permalink
chore: update version build comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored May 19, 2024
1 parent b738b66 commit 0be76b3
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 0be76b3

Please sign in to comment.