fix(bundling): add missing @babel/core dependency to @nrwl/webpack (#16023)
This commit is contained in:
parent
778400b1cf
commit
bfea455e64
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user