Skip to content

Commit b677703

Browse files
committed
refactor(webpack): we need to ignore those references
as those are generated independently and won't need to get followed by Webpack
1 parent c0474f1 commit b677703

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/uikit-workshop/src/html/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
content="initial-scale=1, width=device-width, viewport-fit=cover"
99
/>
1010
<meta name="theme-color" content="#ababab" />
11+
<!-- webpackIgnore: true -->
1112
<link rel="stylesheet" href="styleguide/css/pattern-lab.css" media="all" />
1213

14+
<!-- webpackIgnore: true -->
1315
<link
1416
rel="prefetch"
1517
as="image"
1618
href="styleguide/images/pattern-lab-logo--on-dark.svg"
1719
/>
20+
<!-- webpackIgnore: true -->
1821
<link
1922
rel="prefetch"
2023
as="image"
@@ -30,8 +33,11 @@
3033
${require('./partials/base-template.html') }
3134
</script>
3235

36+
<!-- webpackIgnore: true -->
3337
<script src="styleguide/data/patternlab-data.js" defer></script>
38+
<!-- webpackIgnore: true -->
3439
<script src="annotations/annotations.js" defer></script>
40+
<!-- webpackIgnore: true -->
3541
<script
3642
src="styleguide/js/patternlab-viewer.modern.js"
3743
type="module"
@@ -62,6 +68,7 @@
6268
}
6369
})();
6470
</script>
71+
<!-- webpackIgnore: true -->
6572
<script
6673
src="styleguide/js/patternlab-viewer.js"
6774
defer

0 commit comments

Comments
 (0)