-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add standard file interface * Update transformFileImports error message * PR feedback * Fix extra dot * Add CDN test
- Loading branch information
Showing
19 changed files
with
273 additions
and
116 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export default { | ||
mjs: 'js', | ||
jsx: 'js', | ||
ts: 'js', | ||
tsx: 'js', | ||
vue: 'js', | ||
svelte: 'js', | ||
mdx: 'js', | ||
svx: 'js', | ||
elm: 'js', | ||
yaml: 'json', | ||
toml: 'json', | ||
php: 'html', | ||
md: 'html', | ||
ejs: 'html', | ||
njk: 'html', | ||
scss: 'css', | ||
sass: 'css', | ||
less: 'css', | ||
'.mjs': '.js', | ||
'.jsx': '.js', | ||
'.ts': '.js', | ||
'.tsx': '.js', | ||
'.vue': '.js', | ||
'.svelte': '.js', | ||
'.mdx': '.js', | ||
'.svx': '.js', | ||
'.elm': '.js', | ||
'.yaml': '.json', | ||
'.toml': '.json', | ||
'.php': '.html', | ||
'.md': '.html', | ||
'.ejs': '.html', | ||
'.njk': '.html', | ||
'.scss': '.css', | ||
'.sass': '.css', | ||
'.less': '.css', | ||
}; |
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
Oops, something went wrong.
b538d68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: