js2ts: vendor, evergreen browsers

- IE11 제외(webpack)
- vendor에 bootstrap, jquery 번들
- common.js에서 번들된 jquery, bootstrap 초기화
- 기본 printJS 코드를 common_path, vendors, common으로 고정
This commit is contained in:
2021-08-15 22:55:08 +09:00
parent fdba3fdc74
commit aac6632f4b
52 changed files with 195 additions and 119 deletions
+1
View File
@@ -1,5 +1,6 @@
import { errUnknown } from "./common_legacy";
import { launchTroopPlugin } from "./ext.plugin_troop";
import jQuery from "jquery";
import "../scss/troop.scss";