We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02b3f9 commit 975d53dCopy full SHA for 975d53d
tools/tasks/seed/build.index.prod.ts
@@ -53,7 +53,7 @@ function transformPath() {
53
return function(filepath: string) {
54
let path: Array<string> = normalize(filepath).split(sep);
55
let slice_after = path.indexOf(Config.APP_DEST);
56
- if (slice_after>-1) {
+ if (slice_after > -1) {
57
slice_after++;
58
} else {
59
slice_after = 3;
0 commit comments