angular/packages/zone.js/tools/base.mjs
2026-01-07 12:28:34 -05:00

23 lines
505 B
JavaScript

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
// Add 'use strict' to the bundle, https://github.com/angular/angular/pull/40456
const banner = `'use strict';
/**
* @license Angular
* (c) 2010-2026 Google LLC. https://angular.dev/
* License: MIT
*/`;
export default {
banner: {
js: banner,
},
legalComments: 'none',
plugins: [],
};