File tree Expand file tree Collapse file tree 3 files changed +1399
-2540
lines changed
tests/angular_devkit/build_webpack/angular-app/src Expand file tree Collapse file tree 3 files changed +1399
-2540
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ const ignoredPackages = [
6464 // Us.
6565 '@angular/devkit-repo@0.0.0' , // Hey, that's us!
6666 // * Development only
67- 'spdx-license-ids@3.0.1 ' , // CC0 but it's content only (index.json, no code) and not distributed.
67+ 'spdx-license-ids@3.0.5 ' , // CC0 but it's content only (index.json, no code) and not distributed.
6868 'tslint-sonarts@1.9.0' , // LGPL-3.0 but only used as a tool, not linked in the build.
6969
7070 // * Broken license fields
7171 'bitsyntax@0.0.4' , // MIT but no license field in package.json
72- 'pako@1.0.6 ' , // MIT but broken license in package.json
72+ 'pako@1.0.10 ' , // MIT but broken license in package.json
7373 'true-case-path@1.0.2' , // Apache-2.0 but broken license in package.json
7474 'uws@9.14.0' , // zlib license
7575
Original file line number Diff line number Diff line change 4747/** IE10 and IE11 requires the following for the Reflect API. */
4848// import 'core-js/es6/reflect';
4949
50-
51- /** Evergreen browsers require these. **/
52- // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
53- import 'core-js/es7/reflect' ;
54-
55-
5650/**
5751 * Required to support Web Animations `@angular/platform-browser/animations`.
5852 * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
You can’t perform that action at this time.
0 commit comments