js2ts: entrance, webpack(entrance/dist_js)

This commit is contained in:
2021-08-26 01:25:58 +09:00
parent 3961ff5185
commit b02bf2e596
21 changed files with 474 additions and 446 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
import { unwrap } from "./util/unwrap";
import jQuery from "jquery";
import $ from "jquery";
import 'bootstrap';
import axios from "axios";
@@ -308,10 +308,8 @@ export function errUnknown(): void {
alert('작업을 실패했습니다.');
}
export function errUnknownToast(): void {
jQuery.toast({
$.toast({
title: '에러!',
content: '작업을 실패했습니다.',
type: 'danger',