mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-02 09:24:45 +08:00
fix(compile-cache): Add .jsx extension to be transbiled using babel
This commit is contained in:
parent
b3845e675e
commit
f0c435e2ab
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var CSON = null
|
|||
|
||||
var COMPILERS = {
|
||||
'.js': babelCompiler,
|
||||
'.jsx': babelCompiler,
|
||||
'.es6': babelCompiler,
|
||||
'.ts': typescriptCompiler,
|
||||
'.coffee': coffeeCompiler,
|
||||
|
|
Loading…
Add table
Reference in a new issue