Comment out mishandled imports (#6815) [deploy]

This commit is contained in:
Ben Halpern 2020-03-24 13:13:48 -04:00 committed by GitHub
parent 2671a799b4
commit 2c54add4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -1,2 +1,3 @@
/* eslint no-unused-vars: ["error", { "argsIgnorePattern": "_" }] */
import 'web-share-wrapper';
// import 'web-share-wrapper';
// Temporarily removed due to problems.