chore: temporarily disable entryImportMap feature to avoid hash mismatch issue (#3387)
This commit is contained in:
parent
37a91a0817
commit
0ef8ac7804
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ export default defineNuxtConfig({
|
|||
experimental: {
|
||||
payloadExtraction: false,
|
||||
renderJsonPayloads: true,
|
||||
// Temporary workaround to avoid hash mismatch issue
|
||||
// ref. https://github.com/elk-zone/elk/issues/3385#issuecomment-3335167005
|
||||
entryImportMap: false,
|
||||
},
|
||||
css: [
|
||||
'@unocss/reset/tailwind.css',
|
||||
|
|
|
|||
Loading…
Reference in a new issue