We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config
1 parent d5cce7a commit ed7d555Copy full SHA for ed7d555
1 file changed
transforms/angle-brackets/transform.js
@@ -214,6 +214,7 @@ function shouldSkipFile(fileInfo, config) {
214
}
215
216
module.exports = function transform(fileInfo, config) {
217
+ config = config || {};
218
config.helpers = config.helpers || [];
219
config.skipBuiltInComponents =
220
'skipBuiltInComponents' in config ? config.skipBuiltInComponents : false;
0 commit comments