Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c17f859

Browse files
authoredSep 19, 2016
docs(webpack): move to core-js in testing (#2404)
1 parent a384065 commit c17f859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎public/docs/_examples/webpack/ts/config/karma-test-shim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Error.stackTraceLimit = Infinity;
33

44
require('core-js/es6');
5-
require('reflect-metadata');
5+
require('core-js/es7/reflect');
66

77
require('zone.js/dist/zone');
88
require('zone.js/dist/long-stack-trace-zone');

0 commit comments

Comments
 (0)
This repository has been archived.