chore: fix template exploerer boot with no storage
This commit is contained in:
parent
7007ffb2c7
commit
2b506d7df6
@ -42,7 +42,9 @@ window.init = () => {
|
|||||||
)
|
)
|
||||||
// functions are not persistable, so delete it in case we sometimes need
|
// functions are not persistable, so delete it in case we sometimes need
|
||||||
// to debug with custom nodeTransforms
|
// to debug with custom nodeTransforms
|
||||||
delete persistedState.options.nodeTransforms
|
if (persistedState.options) {
|
||||||
|
delete persistedState.options.nodeTransforms
|
||||||
|
}
|
||||||
|
|
||||||
ssrMode.value = persistedState.ssr
|
ssrMode.value = persistedState.ssr
|
||||||
Object.assign(compilerOptions, persistedState.options)
|
Object.assign(compilerOptions, persistedState.options)
|
||||||
|
Loading…
Reference in New Issue
Block a user