Skip to content

Commit 2959b93

Browse files
authored
fix: update native shim import path
Backporting fix from sghoweri@72c0168#diff-d93f7a4be35cabaf5729f725702a9280
1 parent e52e06e commit 2959b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/utils/polyfills.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const loadPolyfills = new Promise(resolve => {
7171
} else {
7272
// Used in Modern browsers supporting ES6.
7373
// Required since we're transpiling ES6 classes down to ES2015 through Babel
74-
import('@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js').then(
74+
import('@webcomponents/custom-elements/src/native-shim.js').then(
7575
() => {
7676
resolve();
7777
}

0 commit comments

Comments
 (0)