parent
e3bad795e0
commit
17500fc9c9
|
@ -39,6 +39,7 @@ 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_) {
|
||||||
|
@ -437,3 +438,4 @@ if ($i) {
|
||||||
|
|
||||||
// shortcut
|
// shortcut
|
||||||
document.addEventListener('keydown', makeHotkey(hotkeys));
|
document.addEventListener('keydown', makeHotkey(hotkeys));
|
||||||
|
})();
|
||||||
|
|
|
@ -49,6 +49,7 @@ export default defineConfig(({ command, mode }) => {
|
||||||
'chrome100',
|
'chrome100',
|
||||||
'firefox100',
|
'firefox100',
|
||||||
'safari15',
|
'safari15',
|
||||||
|
'es2017', // TODO: そのうち消す
|
||||||
],
|
],
|
||||||
manifest: 'manifest.json',
|
manifest: 'manifest.json',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
|
Loading…
Reference in New Issue