mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): make css parsers tree-shakable (#9496)
This commit is contained in:
committed by
Nathan Walker
parent
7960f8361f
commit
dce7408c05
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user