mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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: [],
|
||||
nuxt: 2,
|
||||
logStartup: true,
|
||||
inlineChunks: false
|
||||
inlineChunks: true
|
||||
}
|
||||
|
||||
let target = nuxtOptions.serverless.target || process.env.SLS_TARGET || 'node'
|
||||
|
Loading…
Reference in New Issue
Block a user