mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(vite): set root to srcDir
(#1018)
This commit is contained in:
parent
dce837941a
commit
b2c74d739f
@ -26,7 +26,7 @@ export async function bundle (nuxt: Nuxt) {
|
||||
config: vite.mergeConfig(
|
||||
nuxt.options.vite as any || {},
|
||||
{
|
||||
root: nuxt.options.rootDir,
|
||||
root: nuxt.options.srcDir,
|
||||
mode: nuxt.options.dev ? 'development' : 'production',
|
||||
logLevel: 'warn',
|
||||
define: {
|
||||
|
Loading…
Reference in New Issue
Block a user