Fix build
This commit is contained in:
parent
73e9ebbe40
commit
6ade3d6375
@ -131,11 +131,11 @@ export function generateFtlFilesCodeFactory(
|
|||||||
pageSpecificCodePlaceholder,
|
pageSpecificCodePlaceholder,
|
||||||
[
|
[
|
||||||
'<script>',
|
'<script>',
|
||||||
` Object.assign(`,
|
` Object.deepAssign(`,
|
||||||
` window.${ftlValuesGlobalName},`,
|
` window.${ftlValuesGlobalName},`,
|
||||||
` { "pageId": "${pageId}" }`,
|
` { "pageId": "${pageId}" }`,
|
||||||
' );',
|
' );',
|
||||||
` Object.assign(`,
|
` Object.deepAssign(`,
|
||||||
` window.${ftlValuesGlobalName},`,
|
` window.${ftlValuesGlobalName},`,
|
||||||
` ${objectKeys(ftlPlaceholders)[0]}`,
|
` ${objectKeys(ftlPlaceholders)[0]}`,
|
||||||
' );',
|
' );',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user