Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 26, 2023
1 parent 77aad6c commit 11e416a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"vue-router": "4.2.5"
},
"devDependencies": {
"@module-federation/utilities": "3.0.3-0",
"@pinia/testing": "0.1.3",
"@rushstack/eslint-patch": "1.5.1",
"@tsconfig/node18": "18.2.2",
Expand Down
3 changes: 3 additions & 0 deletions generators/vue/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"vue-router": "<%= nodeDependencies['vue-router'] %>"
},
"devDependencies": {
<%_ if (applicationTypeGateway && microfrontend) { _%>
"@module-federation/utilities": "<%= nodeDependencies['@module-federation/utilities'] %>",
<%_ } _%>
<%_ if (microfrontend) { _%>
"@originjs/vite-plugin-federation": "1.2.3",
"browser-sync-webpack-plugin": "<%= nodeDependencies['browser-sync-webpack-plugin'] %>",
Expand Down

0 comments on commit 11e416a

Please sign in to comment.