mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
chore: enable inlineChunks by default
This commit is contained in:
parent
274c98f5aa
commit
4c485ba33a
@ -39,7 +39,7 @@ export function getoptions (nuxtOptions: NuxtOptions): SLSOptions {
|
|||||||
static: [],
|
static: [],
|
||||||
nuxt: 2,
|
nuxt: 2,
|
||||||
logStartup: true,
|
logStartup: true,
|
||||||
inlineChunks: false
|
inlineChunks: true
|
||||||
}
|
}
|
||||||
|
|
||||||
let target = nuxtOptions.serverless.target || process.env.SLS_TARGET || 'node'
|
let target = nuxtOptions.serverless.target || process.env.SLS_TARGET || 'node'
|
||||||
|
Loading…
Reference in New Issue
Block a user