Skip to content

Commit

Permalink
Merge pull request #470 from gobimcp/allow-file-extension-graphql
Browse files Browse the repository at this point in the history
Allow .graphql file extension
  • Loading branch information
drewjenkins authored Apr 13, 2021
2 parents 9a4b776 + 99f1f25 commit ddfd8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-lib/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const ALLOWED_EXTENSIONS = new Set([
'ttf',
'woff',
'woff2',
'graphql',
]);
const HUBL_EXTENSIONS = new Set(['css', 'html', 'js']);
const MODULE_EXTENSION = 'module';
Expand Down

0 comments on commit ddfd8c9

Please sign in to comment.