workflow(template-explorer): handle debugging with nodeTransforms
This commit is contained in:
parent
31d6a31d97
commit
4713578367
@ -40,6 +40,9 @@ window.init = () => {
|
|||||||
localStorage.getItem('state') ||
|
localStorage.getItem('state') ||
|
||||||
`{}`
|
`{}`
|
||||||
)
|
)
|
||||||
|
// functions are not persistable, so delete it in case we sometimes need
|
||||||
|
// to debug with custom nodeTransforms
|
||||||
|
delete persistedState.options.nodeTransforms
|
||||||
|
|
||||||
ssrMode.value = persistedState.ssr
|
ssrMode.value = persistedState.ssr
|
||||||
Object.assign(compilerOptions, persistedState.options)
|
Object.assign(compilerOptions, persistedState.options)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user