Skip to content

Commit

Permalink
feat: Adds mount dom class to build manifest (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zahedi authored Feb 26, 2024
1 parent b0d0861 commit 07b5a1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/calm-panthers-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gdu': patch
---

Fixes mount call in build manifest
2 changes: 1 addition & 1 deletion packages/gdu/config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const baseOptions = (
]),
!isDev &&
new GuruBuildManifest({
mountDOMId: guruConfig.mountDOMId,
...guruConfig,
outputDir:
!isMultiEnv && buildEnv === 'prod'
? resolve(PROJECT_ROOT, 'dist')
Expand Down

0 comments on commit 07b5a1b

Please sign in to comment.