feat(core): make css parsers tree-shakable (#9496)

This commit is contained in:
farfromrefuge
2021-08-10 22:12:16 +02:00
committed by Nathan Walker
parent 7960f8361f
commit dce7408c05
23 changed files with 1488 additions and 1417 deletions

View File

@@ -271,9 +271,7 @@
"builder": "@nrwl/workspace:run-commands",
"outputs": ["dist/packages"],
"options": {
"commands": [
"npm run build"
],
"commands": ["npm run build"],
"cwd": "packages/webpack5",
"parallel": false
}