fix(client): revert es2017
This commit is contained in:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user