framework
framework copied to clipboard
Experemental noScripts
Environment
- Operating System:
Darwin - Node Version:
v16.17.0 - Nuxt Version:
3.0.0-rc.11 - Nitro Version:
0.5.4 - Package Manager:
[email protected] - Builder:
vite - User Config:
- - Runtime Modules:
- - Build Modules:
-
Reproduction
- Create new project
- Enable noScripts option in the nuxt.config.js
Describe the bug
If noScripts enabled you can see error in the browser console
entry.mjs:61 Error while mounting app: TypeError: Cannot create proxy with a non-object as target or handler
at createNuxtApp (nuxt.mjs?v=ba25a7cc:46:31)
at initApp (entry.mjs:39:18)
at entry.mjs:60:3
(anonymous) @ entry.mjs:61
Promise.catch (async)
(anonymous) @ entry.mjs:60
Additional context
No response
Logs
No response