Authored by 陈峰

commit

... ... @@ -79,7 +79,7 @@ class Build {
}
get sourceMapPath() {
return path.join(config.sourceMapDir, this.project.name);
return path.join(config.sourceMapDir, this.pkgName);
}
get rootPath() {
... ...