Skip to content

Commit

Permalink
fix(pwa-helper): pwa version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 10, 2023
1 parent 00f85f5 commit 5a35f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pwa-helper/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ const esbuildContext = await esbuild.context({
sourcesContent: debugMode,
bundle: true,
splitting: true,
charset: 'ascii',
charset: 'utf8',
legalComments: 'none',
metafile: true,

define: {
_ALWATR_VERSION_: `'${packageJson.version}'`,
_ALWATR_VERSION_: `'${packageJson.pwaVersion}'`,
},
// drop: ['debugger'],

Expand Down
1 change: 1 addition & 0 deletions ui/pwa-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@alwatr/pwa-helper",
"version": "0.29.0",
"pwaVersion": "0.30.0-beta1",
"description": "Alwatr PWA Helper",
"keywords": [
"element",
Expand Down

0 comments on commit 5a35f00

Please sign in to comment.