Skip to content

Commit ada3d82

Browse files
authored
fix: temp workaround to address instance where the latest version of Edge supports ES modules but NOT Custom Elements
1 parent 1bc2a0c commit ada3d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
import '@webcomponents/custom-elements/src/custom-elements.js'; // temp workaround for Edge supporting ES modules but not CEs
12
import './patternlab-components';

0 commit comments

Comments
 (0)