Type error in localazy metadata TS file

In the version 1.6.6 version of the CLI there’s a type error in the generated meta data file. It is currently causing our project’s build to fail, would appreciate a fix asap.

It can be fixed easily by changing the type definition of cdnFiles from
cdnFiles: { string: string };
to
cdnFiles: { [lang:string]: string };

Hello,
Thank you for reporting the issue. We will take a look at it soon.

@cadac_jleeraert A new version, 1.6.7, is just being built and will be available shortly. It fixes this issue.

Thank you for the quick fix! :+1:

1 Like