📅  最后修改于: 2022-03-11 15:03:43.509000             🧑  作者: Mango
//Angular
//ERROR: "Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish."
//on tsconfig.json add the compilation mode
"angularCompilerOptions": {
"compilationMode": "partial"
}