fix(client): revert es2017

This commit is contained in:
syuilo 2022-07-14 21:06:07 +09:00
parent d78faf1134
commit 0ddabdbf68
2 changed files with 365 additions and 368 deletions

View File

@ -39,7 +39,6 @@ import { reactionPicker } from '@/scripts/reaction-picker';
import { getUrlWithoutLoginId } from '@/scripts/login-id'; import { getUrlWithoutLoginId } from '@/scripts/login-id';
import { getAccountFromId } from '@/scripts/get-account-from-id'; import { getAccountFromId } from '@/scripts/get-account-from-id';
(async () => {
console.info(`Misskey v${version}`); console.info(`Misskey v${version}`);
if (_DEV_) { if (_DEV_) {
@ -438,4 +437,3 @@ import { getAccountFromId } from '@/scripts/get-account-from-id';
// shortcut // shortcut
document.addEventListener('keydown', makeHotkey(hotkeys)); document.addEventListener('keydown', makeHotkey(hotkeys));
})();

View File

@ -49,7 +49,6 @@ export default defineConfig(({ command, mode }) => {
'chrome100', 'chrome100',
'firefox100', 'firefox100',
'safari15', 'safari15',
'es2017', // TODO: そのうち消す
], ],
manifest: 'manifest.json', manifest: 'manifest.json',
rollupOptions: { rollupOptions: {