js2ts: vendor, evergreen browsers
- IE11 제외(webpack) - vendor에 bootstrap, jquery 번들 - common.js에서 번들된 jquery, bootstrap 초기화 - 기본 printJS 코드를 common_path, vendors, common으로 고정
This commit is contained in:
+5
-3
@@ -16,16 +16,17 @@
|
||||
"author": "Hide_D",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"axios": "^0.21.1",
|
||||
"bootstrap": "^4.6.0",
|
||||
"core-js": "^3.16.1",
|
||||
"lodash": "^4.17.21",
|
||||
"vue": "^3.2.2"
|
||||
"luxon": "^2.0.2",
|
||||
"vue": "^3.2.2",
|
||||
"jquery": "^3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.8",
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@types/bootstrap": "^4.6.1",
|
||||
@@ -36,6 +37,7 @@
|
||||
"@vue/compiler-sfc": "^3.2.2",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"babel-preset-modern-browsers": "^15.0.2",
|
||||
"css-loader": "^6.2.0",
|
||||
"eslint": "^7.32.0",
|
||||
"mini-css-extract-plugin": "^2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user