Skip to content

Instantly share code, notes, and snippets.

@neilcummings
Created May 7, 2017 10:41
Show Gist options
  • Save neilcummings/42af6b1ab947747ff49bfaafe219eb95 to your computer and use it in GitHub Desktop.
Save neilcummings/42af6b1ab947747ff49bfaafe219eb95 to your computer and use it in GitHub Desktop.
SharePointAddinAngular - polyfills.ts
import 'core-js/es6';
import 'core-js/es7/reflect';
require('zone.js/dist/zone');
if (process.env.ENV === 'production') {
// Production
} else {
// Development and test
Error['stackTraceLimit'] = Infinity;
require('zone.js/dist/long-stack-trace-zone');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment