You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a best practice but in a few use cases we need to copy non-Typescript files when building a project.
For this reason with TypeScript we have the option to use --copy-resources with LB Build package.
lb-tsc --copy-resources
Although from loopback/build v9.0.10 non-TypeScript files are not copied. This breaks the code in some scenarios as files are not found.
PS: I will try to find a time to figure out the root cause but if anyone has any idea please let us know.
BR,
Harshal
Logs
No response
Additional information
No response
Reproduction
.
The text was updated successfully, but these errors were encountered:
harshal619
changed the title
Loopback build not copying non-TypeScript files with --copy-resources flag from v9.0.10
[@loopback/build] not copying non-TypeScript files with --copy-resources flag from v9.0.10
Sep 5, 2023
Describe the bug
Hello,
It's not a best practice but in a few use cases we need to copy non-Typescript files when building a project.
For this reason with TypeScript we have the option to use --copy-resources with LB Build package.
lb-tsc --copy-resources
Although from loopback/build v9.0.10 non-TypeScript files are not copied. This breaks the code in some scenarios as files are not found.
PS: I will try to find a time to figure out the root cause but if anyone has any idea please let us know.
BR,
Harshal
Logs
No response
Additional information
No response
Reproduction
.
The text was updated successfully, but these errors were encountered: