We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5036827 commit 2a6b585Copy full SHA for 2a6b585
packages/angular_devkit/build_angular/src/builders/browser-esbuild/compiler-plugin.ts
@@ -235,8 +235,9 @@ export function createCompilerPlugin(
235
location: { file: pluginOptions.tsconfig },
236
notes: [
237
{
238
- text: `To control ECMA version and features use the Browerslist configuration. ' +
239
- 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility'`,
+ text:
+ 'To control ECMA version and features use the Browerslist configuration. ' +
240
+ 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility',
241
},
242
],
243
});
0 commit comments