📜  在尝试发布之前,请使用 Ivy 部分编译模式删除并重建包. - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:43.509000             🧑  作者: Mango

代码示例1
//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"
}