Closed ZvSimon closed 3 months ago
Name | Link |
---|---|
Latest commit | 2c705073326beace3b2ea6c87b72bc29bea34044 |
Latest deploy log | https://app.netlify.com/sites/realworld-angular-starter/deploys/66b5ebea7d5e860008544bbb |
Name | Link |
---|---|
Latest commit | 2c705073326beace3b2ea6c87b72bc29bea34044 |
Latest deploy log | https://app.netlify.com/sites/storybook-realworld-angular/deploys/66b5ebea41eb6e0008376c3e |
Deploy Preview | https://deploy-preview-15--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.
PR Checklist
Please ensure your PR meets the following requirements:
PR Type
What type of change does this PR introduce?
What is the current behavior?
1.
package.json
esbuild-loader
andesbuild
: Integratedesbuild
for faster TypeScript transpilation and minification.2.
angular.json
customWebpackConfig
: Pointed to a custom Webpack configuration to useesbuild-loader
during the build process.3.
custom-webpack.config.js
esbuild-loader
: Configured Webpack to useesbuild-loader
for handling TypeScript files andEsbuildPlugin
for minification.Issue Number: N/A
What is the new behavior?
N/A
Does this PR introduce a breaking change?