mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: default outName to _nuxt.js
This commit is contained in:
parent
ce71ec1347
commit
c99abd06ab
@ -51,7 +51,7 @@ export function getoptions (nuxtOptions: NuxtOptions): SLSOptions {
|
||||
fullStatic: nuxtOptions.target === 'static' && !nuxtOptions._legacyGenerate,
|
||||
// @ts-ignore
|
||||
staticAssets: nuxtOptions.generate.staticAssets,
|
||||
outName: 'server.js',
|
||||
outName: '_nuxt.js',
|
||||
runtimeDir: resolve(__dirname, '../runtime'),
|
||||
static: [],
|
||||
nuxt: 2,
|
||||
|
Loading…
Reference in New Issue
Block a user