Skip to content

Commit

Permalink
Merge pull request #5331 from nextcloud-libraries/fix/scope-component…
Browse files Browse the repository at this point in the history
…-util

fix: scope component breaking NcModal and NcDateTimePickers
  • Loading branch information
susnux committed Feb 29, 2024
2 parents 74b28c3 + 44de0e6 commit ecc619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default defineConfig((env) => {
libraryFormats: ['es', 'cjs'],
replace: {
PRODUCTION: JSON.stringify(env.mode === 'production'),
SCOPE_VERSION: JSON.stringify(SCOPE_VERSION),
SCOPE_VERSION,
},
})

Expand Down

0 comments on commit ecc619e

Please sign in to comment.