This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
wekan
Watch
1
Star
0
Fork
You've already forked wekan
0
mirror of
https://github.com/wekan/wekan.git
synced
2025-09-22 01:50:48 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
1610b84845
wekan
/
.babelrc
13 lines
140 B
Text
Raw
Normal View
History
Unescape
Escape
Add babel to build chain and linter Enables fancy Javascript language features like optional chaining, for developer happiness.
2020-04-22 13:50:47 +02:00
{
"presets": [
"@babel/preset-stage-3"
testinfrastructure created
2021-06-23 11:51:58 +02:00
],
"env": {
"COVERAGE": {
"plugins": [
"istanbul"
]
}
}
Add babel to build chain and linter Enables fancy Javascript language features like optional chaining, for developer happiness.
2020-04-22 13:50:47 +02:00
}
Reference in a new issue
Copy permalink