Silakan hapus dan bangun kembali paket dengan mode kompilasi parsial Ivy, sebelum mencoba menerbitkan.

//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"
}
Watcher O_O