Daniel Roe
Daniel Roe
To be clear, `bridge.imports` (we've recently renamed it) should be set to true/false. Configuration is provided in a top-level `imports` key.
in fact I think this may be a downstream issue: https://github.com/nuxt/framework/pull/3212
What is `this.title` meant to refer to?
@replygirl is right. 👍 The following config seems to resolve the issue: ```js import { defineNuxtConfig } from 'nuxt3'; export default defineNuxtConfig({ modules: ['nuxt-windicss'], postcss: { plugins: { cssnano: false...
@ChangJoo-Park Thank you so much for your contributions - PRs and issues! ❤️ Could you create a reproduction without Nuxt? (Or alternatively, raise this as an issue in the nuxt...
@pi0 Any issue with this pr?
Have you tried setting the PORT environment variable?
Would you provide a reproduction? 🙏
https://github.com/nuxt/framework/runs/7251588947?check_suite_focus=true
Good point. Will do my best to replicate in simpler form. Might be soluble in nuxt also.