Skip to content

Commit e7a886c

Browse files
committed
add missing declaration to webcomponents-react wrapper script
1 parent 8b1468c commit e7a886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/scripts/create-web-components-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ console.warn(
66
);
77

88
// To only create a single component, add the component (module) name here:
9-
CREATE_SINGLE_COMPONENT = false;
9+
const CREATE_SINGLE_COMPONENT = false;
1010

1111
const mainWebComponentsSpec = require('@ui5/webcomponents/dist/api.json');
1212
const fioriWebComponentsSpec = require('@ui5/webcomponents-fiori/dist/api.json');

0 commit comments

Comments
 (0)