Revert "fix(client): revert es2017"

This reverts commit 0ddabdbf68.
This commit is contained in:
syuilo 2022-07-14 22:14:42 +09:00
parent e3bad795e0
commit 17500fc9c9
2 changed files with 366 additions and 363 deletions

View file

@ -39,6 +39,7 @@ 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_) {
@ -437,3 +438,4 @@ if ($i) {
// shortcut
document.addEventListener('keydown', makeHotkey(hotkeys));
})();

View file

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