We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing a non-existent file or address triggers panic, which seems to be a common problem
import { createApp } from 'vue' import App from './App.vue' // import 'uno.css' unresolve file createApp(App).mount('#app')
'uno.css'
No response
error
mac
The text was updated successfully, but these errors were encountered:
This problem should belong to the same category as the error handling problem
import { defineConfig, loadEnv } from "@farmfe/core" import react from "@farmfe/plugin-react"; export default defineConfig({ plugins: [ react(), ], });
change to
import { defineConfig, loadEnv } from "@farmfe/core" import react from "@farmfe/plugin-react"; export default defineConfig({ plugins: // catch a syntax error react(), ], });
Panic will be triggered at this time
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Introducing a non-existent file or address triggers panic, which seems to be a common problem
'uno.css'
Reproduce link
No response
What is actually happening?
error
System Info
The text was updated successfully, but these errors were encountered: