Errors
Error message format
Enabling development debug information
Vite
import { defineConfig } from 'vite';
import aurelia from '@aurelia/plugin-vite';
export default defineConfig({
plugins: [
aurelia({ useDev: true }),
],
});Webpack
Other bundlers/dev servers
Error docs index
Core
Routing
Optional packages
Last updated
Was this helpful?