Skip to content

Commit

Permalink
fix npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Aug 16, 2023
1 parent 21c6c91 commit 624625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = {
}),
new webpack.DefinePlugin({
GIT_SHA: JSON.stringify(gitSHA),
SOURCE_VERSION: package.version,
SOURCE_VERSION: JSON.stringify(package.version),
}),
],

Expand Down

0 comments on commit 624625a

Please sign in to comment.