Revert "refactor: add license header to JS files & format files (#12035)"
This reverts commit 8310c91823
.
This commit is contained in:
@ -1,15 +1,6 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright Google Inc. 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.io/license
|
||||
*/
|
||||
|
||||
export default {
|
||||
entry: '../../../dist/packages-dist/platform-webworker-dynamic/index.js',
|
||||
dest:
|
||||
'../../../dist/packages-dist/platform-webworker-dynamic/bundles/platform-webworker-dynamic.umd.js',
|
||||
dest: '../../../dist/packages-dist/platform-webworker-dynamic/bundles/platform-webworker-dynamic.umd.js',
|
||||
format: 'umd',
|
||||
moduleName: 'ng.platformWebworkerDynamic',
|
||||
globals: {
|
||||
@ -18,6 +9,6 @@ export default {
|
||||
'@angular/compiler': 'ng.compiler',
|
||||
'@angular/platform-browser': 'ng.platformBrowser',
|
||||
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',
|
||||
'@angular/platform-webworker': 'ng.platformWebworker',
|
||||
'@angular/platform-webworker': 'ng.platformWebworker'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user