Skip to content

Commit

Permalink
fix: problem with replacing pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 9, 2023
1 parent 3108530 commit 851f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const plugins = [
json(),
replace({
values: {
PKG_VERSION: IS_DEV ? JSON.stringify('DEVELOPMENT') : pkg.version,
PKG_VERSION_VALUE: IS_DEV ? 'DEVELOPMENT' : pkg.version,
},
preventAssignment: true,
}),
Expand Down

0 comments on commit 851f0a2

Please sign in to comment.