Skip to content

Commit

Permalink
fix: scope component breaking NcModal and NcDateTimePickers
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Feb 29, 2024
1 parent 74b28c3 commit 44de0e6
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 44de0e6

Please sign in to comment.