Closed ZvSimon closed 3 months ago
Name | Link |
---|---|
Latest commit | 2343b2fdb5238a220e8770245d3930322f0b062f |
Latest deploy log | https://app.netlify.com/sites/storybook-realworld-angular/deploys/66b63ac8b319a50008d48ad0 |
Deploy Preview | https://deploy-preview-16--storybook-realworld-angular.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 2343b2fdb5238a220e8770245d3930322f0b062f |
Latest deploy log | https://app.netlify.com/sites/realworld-angular-starter/deploys/66b63ac88c593a0008ff520b |
Deploy Preview | https://deploy-preview-16--realworld-angular-starter.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
thanks for the contribution @ZvSimon
@all-contributors please add @ZvSimon for code
@geromegrignon
I've put up a pull request to add @ZvSimon! :tada:
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
This PR modifies the
tsconfig.json
file to:sourceMap
andinlineSourceMap
isolatedModules
New Behavior: These changes allow the TypeScript code to be transpiled directly via ESBuild, resulting in faster build times and optimized output. Specifically:
isolatedModules
is enabled to allow ESBuild to handle TypeScript transpilation more effectively, including optimizations like inlining enums.Does this PR introduce a breaking change?
Other information
N/A