Skip to content

Commit 504bcda

Browse files
authored
Revert "Fix Unknown plugin istanbul error when no unit test (#785)" (#1035)
This reverts commit 14f2a92.
1 parent 14f2a92 commit 504bcda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: template/.babelrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
"plugins": ["transform-runtime"],
1212
"env": {
1313
"test": {
14-
"presets": ["env", "stage-2"]{{#unit}},
14+
"presets": ["env", "stage-2"],
1515
"plugins": ["istanbul"]
16-
{{/unit}}
1716
}
1817
}
1918
}

0 commit comments

Comments
 (0)