mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(vite): fix entry point not determine
warning (#682)
This commit is contained in:
parent
2cf296c5cc
commit
c76d554ebb
@ -54,7 +54,10 @@ export async function bundle (nuxt: Nuxt) {
|
||||
vue: {},
|
||||
css: {},
|
||||
optimizeDeps: {
|
||||
exclude: []
|
||||
exclude: [],
|
||||
entries: [
|
||||
resolve(nuxt.options.appDir, 'entry.ts')
|
||||
]
|
||||
},
|
||||
esbuild: {
|
||||
jsxFactory: 'h',
|
||||
|
Loading…
Reference in New Issue
Block a user