mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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: {},
|
vue: {},
|
||||||
css: {},
|
css: {},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: []
|
exclude: [],
|
||||||
|
entries: [
|
||||||
|
resolve(nuxt.options.appDir, 'entry.ts')
|
||||||
|
]
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
jsxFactory: 'h',
|
jsxFactory: 'h',
|
||||||
|
Loading…
Reference in New Issue
Block a user