fix npm error "Cannot find module 'core-js/modules/es6.regexp.constructor'"

This commit is contained in:
mwx816443 2020-05-29 17:48:29 +08:00
parent cd9eec3148
commit 6bf0562d4d
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@
"stylelint-order": "4.0.0",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"vue-template-compiler": "2.6.10"
"vue-template-compiler": "2.6.10",
"core-js": "2.6.11"
},
"engines": {
"node": ">=8.9",