fix(client): revert es2017
This commit is contained in:
parent
d78faf1134
commit
0ddabdbf68
2 changed files with 365 additions and 368 deletions
|
@ -39,7 +39,6 @@ import { reactionPicker } from '@/scripts/reaction-picker';
|
|||
import { getUrlWithoutLoginId } from '@/scripts/login-id';
|
||||
import { getAccountFromId } from '@/scripts/get-account-from-id';
|
||||
|
||||
(async () => {
|
||||
console.info(`Misskey v${version}`);
|
||||
|
||||
if (_DEV_) {
|
||||
|
@ -438,4 +437,3 @@ import { getAccountFromId } from '@/scripts/get-account-from-id';
|
|||
|
||||
// shortcut
|
||||
document.addEventListener('keydown', makeHotkey(hotkeys));
|
||||
})();
|
||||
|
|
|
@ -49,7 +49,6 @@ export default defineConfig(({ command, mode }) => {
|
|||
'chrome100',
|
||||
'firefox100',
|
||||
'safari15',
|
||||
'es2017', // TODO: そのうち消す
|
||||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
|
|
Loading…
Reference in a new issue