repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix-mail-constant' into 'main'
[ProtonMail-WebClient.git]
/
applications
/
account
/
babel.config.js
blob
013a81d543c1a02f18aa6cebe5f7eeeb44041417
1
module
.
exports
= {
2
presets
: [
'@babel/preset-env'
,
'@babel/preset-react'
,
'@babel/preset-typescript'
],
3
plugins
: [
'@babel/plugin-proposal-object-rest-spread'
,
'@babel/plugin-transform-runtime'
],
4
};