We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291b44d commit f399e06Copy full SHA for f399e06
demo/index.js
@@ -39,5 +39,7 @@ document
39
.addEventListener('click', addDynamicContent);
40
41
// 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';
+/* eslint-disable import/no-unassigned-import, import/first */
+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