fix(bundling): add missing @babel/core dependency to @nrwl/webpack (#16023)

This commit is contained in:
Jack Hsu 2023-03-31 16:37:14 -04:00 committed by GitHub
parent 778400b1cf
commit bfea455e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@nrwl/devkit": "file:../devkit",
"@nrwl/js": "file:../js",
"@nrwl/workspace": "file:../workspace",