Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 3c4e572

Browse files
committed
compact: false as default
1 parent 853c544 commit 3c4e572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var defaultBabelOptions = {
5858
stage3: true,
5959
stage2: true,
6060
stage1: false,
61-
compact: 'auto',
61+
compact: false,
6262
comments: true
6363
};
6464

0 commit comments

Comments
 (0)