Skip to content

Commit 6295400

Browse files
committed
fix: volta polyfill custom elements
1 parent 63597bd commit 6295400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/devmx/src/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@
8989
<noscript
9090
>Please enable JavaScript to continue using this application.</noscript
9191
>
92+
<!-- Necessário para que o script Google Analytics seja ativado -->
93+
<!-- Veja mais por aqui: apps/devmx/src/app/utils/google-tag.ts -->
94+
<script src="https://unpkg.com/@webcomponents/custom-elements"></script>
9295
</body>
9396
</html>

0 commit comments

Comments
 (0)