Skip to content

Commit

Permalink
wip: Tenanted lazy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zahedi committed Feb 27, 2024
1 parent dfb9d54 commit 13b4ba9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "^26.6.1",
"nx": "^16.3.2",
"plop": "^2.7.4",
"prettier": "^2.3.1",
"prettier": "^2.8.8",
"typescript": "^4.4.3"
},
"resolutions": {
Expand Down
3 changes: 2 additions & 1 deletion packages/gdu/config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ export const baseOptions = (
]),
!isDev &&
new GuruBuildManifest({
...guruConfig,
mountDOMId: guruConfig.mountDOMId,
mountDomClass: guruConfig.mountDOMClass,
outputDir:
!isMultiEnv && buildEnv === 'prod'
? resolve(PROJECT_ROOT, 'dist')
Expand Down
2 changes: 1 addition & 1 deletion packages/gdu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"prettier": "^2.8.8",
"recursive-readdir": "^2.2.2",
"resolve-url-loader": "^3.1.2",
"sade": "^1.7.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11032,7 +11032,7 @@ __metadata:
postcss-flexbugs-fixes: ^4.2.1
postcss-loader: ^3.0.0
postcss-preset-env: ^6.7.0
prettier: ^2.3.1
prettier: ^2.8.8
recursive-readdir: ^2.2.2
resolve-url-loader: ^3.1.2
sade: ^1.7.4
Expand Down Expand Up @@ -16301,7 +16301,7 @@ __metadata:
jest: ^26.6.1
nx: ^16.3.2
plop: ^2.7.4
prettier: ^2.3.1
prettier: ^2.8.8
typescript: ^4.4.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -17953,12 +17953,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.3.1":
version: 2.3.1
resolution: "prettier@npm:2.3.1"
"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: 3b37731ff7150feecf19736c77c790e7e276b404ac9af81cbaf87cfecefc48ef9a864f34c2a5caf5955378b8f2525984b8611703a0d9c1f052b4cfa6eb35899f
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

Expand Down

0 comments on commit 13b4ba9

Please sign in to comment.