Skip to content

Commit

Permalink
Modify version logout
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jul 28, 2017
1 parent 74e7ce1 commit fb706c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
}),
replace({
ENV: JSON.stringify(process.env.NODE_ENV || 'development'),
VERSION: JSON.stringify(`${version}.${git.short()}`)
VERSION: JSON.stringify(`${version}-${git.short()}`)
}),
(process.env.NODE_ENV === 'production' && uglify())
]
Expand Down

0 comments on commit fb706c2

Please sign in to comment.