Comment out mishandled imports (#6815) [deploy]
This commit is contained in:
parent
2671a799b4
commit
2c54add4b8
2 changed files with 6 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ document.ready.then(() => {
|
|||
}
|
||||
});
|
||||
|
||||
window.WebComponents.waitFor(() => {
|
||||
import('@github/clipboard-copy-element');
|
||||
});
|
||||
|
||||
|
||||
// import('@github/clipboard-copy-element');
|
||||
// Temporarily removed due to problems
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
/* eslint no-unused-vars: ["error", { "argsIgnorePattern": "_" }] */
|
||||
import 'web-share-wrapper';
|
||||
// import 'web-share-wrapper';
|
||||
// Temporarily removed due to problems.
|
||||
Loading…
Add table
Reference in a new issue