1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-31 03:49:46 +08:00

fix: Cannot find module 'core-js/modules/es6.regexp.constructor'

This commit is contained in:
mwx816443 2020-06-06 09:17:02 +08:00
parent e293c7a161
commit 2cab264790

View File

@ -86,6 +86,7 @@
"chalk": "2.4.2", "chalk": "2.4.2",
"chokidar": "2.1.5", "chokidar": "2.1.5",
"connect": "3.6.6", "connect": "3.6.6",
"core-js": "^2.6.11",
"eslint": "5.15.3", "eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2", "eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "3.2.0", "html-webpack-plugin": "3.2.0",