Remove babel/core-js

どうしても必要になった時は使えばいいと思うけど、変化しないブラウザのバージョンでの使い道がわからない
This commit is contained in:
kPherox 2019-04-26 19:11:32 +09:00
parent 9973b8d766
commit 1417fb228c
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D
3 changed files with 40 additions and 1021 deletions

1054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,6 @@
},
"main": "background.js",
"dependencies": {
"core-js": "^2.6.5",
"megalodon": "^0.6.3",
"nedb": "^1.8.0",
"vue": "^2.6.6",
@ -29,7 +28,6 @@
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/nedb": "^1.8.7",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-typescript": "^4.0.0",

View File

@ -13,7 +13,8 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
"lodash",
"webpack-env",
],
"paths": {
"*": [
@ -36,7 +37,7 @@
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
"tests/**/*.tsx",
],
"exclude": [
"node_modules"