Skip to content

Commit 02d8af0

Browse files
committed
add default outputFileSuffixes to project.
Forgot we use this file for some unit tests. closes #438
1 parent 08e0659 commit 02d8af0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

patternlab-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,10 @@
5454
},
5555
"patternExportPatternPartials": [],
5656
"patternExportDirectory": "./pattern_exports/",
57-
"cacheBust": true
57+
"cacheBust": true,
58+
"outputFileSuffixes": {
59+
"rendered": ".rendered",
60+
"rawTemplate": "",
61+
"markupOnly": ".markup-only"
62+
}
5863
}

0 commit comments

Comments
 (0)