Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 13, 2023
1 parent 3bc7738 commit 0795d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"vite": "4.4.9",
"vitest": "0.34.4",
"vitest-sonar-reporter": "0.4.1",
"vue-tsc": "1.8.8",
"vue-loader": "17.2.2",
"vue-style-loader": "4.1.3",
"vue-tsc": "1.8.8",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion generators/vue/templates/webpack/webpack.common.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = async (env, options) => {
<%_ if (enableTranslation) { _%>
I18N_HASH: JSON.stringify(languagesHash.hash),
<%_ } _%>
VERSION: JSON.stringify(config.version),
APP_VERSION: JSON.stringify(config.version),
SERVER_API_URL: JSON.stringify(config.serverApiUrl),
}),
new HtmlWebpackPlugin({
Expand Down

0 comments on commit 0795d2b

Please sign in to comment.