Skip to content

Commit

Permalink
fix: snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Mar 22, 2023
1 parent 371a2e6 commit 9d6ff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/webpack/externals.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function (config) {
to: 'manifest.json',
transform: (content) => {
const jsonContent = JSON.parse(content);
jsonContent.version = version;
jsonContent.version = versionText;

if (config.mode === 'development') {
jsonContent['content_security_policy'] = "script-src 'self' 'unsafe-eval'; object-src 'self'";
Expand Down

0 comments on commit 9d6ff3e

Please sign in to comment.