mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix only empty slsDir
This commit is contained in:
parent
9d02552c3c
commit
360bba7d80
@ -19,7 +19,7 @@ export async function build (options: SLSOptions) {
|
||||
|
||||
await hooks.callHook('options', options)
|
||||
|
||||
emptyDir(options.targetDir)
|
||||
emptyDir(options.slsDir)
|
||||
|
||||
options.rollupConfig = getRollupConfig(options)
|
||||
await hooks.callHook('rollup:before', options)
|
||||
|
Loading…
Reference in New Issue
Block a user