Fix core-js detection

main
Elbert Alias 3 years ago
parent 967985bdcc
commit abb25bb8a6

@ -26436,7 +26436,7 @@
"description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.", "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
"js": { "js": {
"__core-js_shared__": "", "__core-js_shared__": "",
"__core-js_shared__.versions[0].version": "^(.+)$\\;version:\\1", "__core-js_shared__.versions.0.version": "^(.+)$\\;version:\\1",
"_babelPolyfill": "", "_babelPolyfill": "",
"core": "", "core": "",
"core.version": "^(.+)$\\;version:\\1" "core.version": "^(.+)$\\;version:\\1"

Loading…
Cancel
Save