mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-11 10:04:34 +00:00
rollup: preserve exports in server bundle for benefit of lambdas
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
||||
require('module').builtinModules || Object.keys(process.binding('natives'))
|
||||
),
|
||||
|
||||
preserveEntrySignatures: false,
|
||||
preserveEntrySignatures: 'strict',
|
||||
onwarn,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user