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
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
activation
/
babel.config.js
blob
4db46575de286867ec7a089aa190a871005ca7ba
1
module
.
exports
= {
2
presets
: [
'@babel/preset-env'
, [
'@babel/preset-react'
, {
runtime
:
'automatic'
}],
'@babel/preset-typescript'
],
3
plugins
: [
4
'@babel/plugin-proposal-object-rest-spread'
,
5
'@babel/plugin-transform-runtime'
,
6
'transform-require-context'
,
7
],
8
};