Skip to content

Commit 927adb7

Browse files
committed
Change storybook preview to use element-internals-polyfill from local rather than Skypack
1 parent 1b262f0 commit 927adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { setCustomElements } from '@storybook/web-components';
22
import customElements from '../custom-elements.json';
33
import '../packages/uui-css/lib/uui-css.css';
4-
import 'https://cdn.skypack.dev/element-internals-polyfill';
4+
import 'element-internals-polyfill';
55

66
const sort = (a, b) => {
77
if (a[1].name === 'Overview') {

0 commit comments

Comments
 (0)