chore: enable inlineChunks by default

This commit is contained in:
Pooya Parsa 2020-11-05 17:33:51 +01:00
parent 274c98f5aa
commit 4c485ba33a
1 changed files with 1 additions and 1 deletions

View File

@ -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'