mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-11 18:14:27 +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'))
|
require('module').builtinModules || Object.keys(process.binding('natives'))
|
||||||
),
|
),
|
||||||
|
|
||||||
preserveEntrySignatures: false,
|
preserveEntrySignatures: 'strict',
|
||||||
onwarn,
|
onwarn,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user