js2ts: vendor, evergreen browsers
- IE11 제외(webpack) - vendor에 bootstrap, jquery 번들 - common.js에서 번들된 jquery, bootstrap 초기화 - 기본 printJS 코드를 common_path, vendors, common으로 고정
This commit is contained in:
@@ -3,14 +3,7 @@
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
[
|
||||
"last 2 versions",
|
||||
"ie >= 11"
|
||||
]
|
||||
]
|
||||
},
|
||||
"targets": "> 0.2%, not ie>8, not op_mini all",
|
||||
"useBuiltIns": "usage",
|
||||
"corejs": 3,
|
||||
"modules": false
|
||||
@@ -18,7 +11,6 @@
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"lodash",
|
||||
"@babel/plugin-transform-runtime"
|
||||
"lodash"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user