Skip to content

Commit ecc619e

Browse files
authored
Merge pull request #5331 from nextcloud-libraries/fix/scope-component-util
fix: scope component breaking NcModal and NcDateTimePickers
2 parents 74b28c3 + 44de0e6 commit ecc619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default defineConfig((env) => {
111111
libraryFormats: ['es', 'cjs'],
112112
replace: {
113113
PRODUCTION: JSON.stringify(env.mode === 'production'),
114-
SCOPE_VERSION: JSON.stringify(SCOPE_VERSION),
114+
SCOPE_VERSION,
115115
},
116116
})
117117

0 commit comments

Comments
 (0)