Skip to content

Commit 627f036

Browse files
committed
feat: support json files in default file pattern
1 parent b3b1352 commit 627f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
*/
2727

2828
defaultConfig: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
29-
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
29+
filePattern: '**/*.{js,css,json,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
3030
fileIgnorePattern: null,
3131
indexPath: 'index.json',
3232
distDir(context) {

0 commit comments

Comments
 (0)