-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BASIC_SUPPORTED_FILE_EXTENSIONS for all JS includes
An exclusion list does not make much sense here - trying to include literally any file other than markdown and txt files - including dotfiles - results in errors lifting if there are things like editor temp files, .gitignore, and so on. An inclusion list makes more sense here, and we have one already that we're using elsewhere, so go ahead and just use it any time we're including source files.
- Loading branch information
Joel Bradshaw
committed
Mar 24, 2022
1 parent
1869f47
commit bb7e932
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters