Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- // Polyfills für IE11, why are we still supporting it?
- import "core-js/features/symbol"
- import "@webcomponents/webcomponentsjs/webcomponents-bundle.js";
- import "@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js";
- // IE 11 Polyfils end
-
- import "./WebformsComponent"
-
-
|