mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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)
|
await hooks.callHook('options', options)
|
||||||
|
|
||||||
emptyDir(options.targetDir)
|
emptyDir(options.slsDir)
|
||||||
|
|
||||||
options.rollupConfig = getRollupConfig(options)
|
options.rollupConfig = getRollupConfig(options)
|
||||||
await hooks.callHook('rollup:before', options)
|
await hooks.callHook('rollup:before', options)
|
||||||
|
Loading…
Reference in New Issue
Block a user