Skip to content

Commit

Permalink
chore(demo): fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 1, 2024
1 parent ac0c34a commit 2124a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion projects/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
rel="prefetch"
/>
<title>Taiga UI</title>
<script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=Reflect"></script>
</head>
<body>
<app></app>
Expand Down
1 change: 1 addition & 0 deletions projects/demo/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'core-js/es6/reflect';
import 'zone.js';

0 comments on commit 2124a40

Please sign in to comment.