Skip to content

Commit f399e06

Browse files
committed
chore: these are only included this way for this example app
1 parent 291b44d commit f399e06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

demo/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ document
3939
.addEventListener('click', addDynamicContent);
4040

4141
// Importing the two files which show how to register these elements as custom elements builtin extends
42-
import 'loading-attribute-polyfill.custom-builtin-extend.image.js';
43-
import 'loading-attribute-polyfill.custom-builtin-extend.iframe.js';
42+
/* eslint-disable import/no-unassigned-import, import/first */
43+
import './loading-attribute-polyfill.custom-builtin-extend.image.js';
44+
import './loading-attribute-polyfill.custom-builtin-extend.iframe.js';
45+
/* eslint-enable import/no-unassigned-import, import/first */

0 commit comments

Comments
 (0)