This website requires JavaScript.
Explore
Help
Sign In
Doble
/
LeagueStats
Watch
1
Star
0
Fork
You've already forked LeagueStats
0
mirror of
https://github.com/vkaelin/LeagueStats.git
synced
2026-03-25 21:07:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1c1dc49c69
LeagueStats
/
server
/
.babelrc
8 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
Add babel to the NodeJS app
2019-08-24 11:56:44 +00:00
{
"presets": [
"@babel/preset-env"
Compile code with Babel on production
2019-08-31 14:26:48 +00:00
],
"plugins": [
"@babel/plugin-transform-runtime"
Add babel to the NodeJS app
2019-08-24 11:56:44 +00:00
]
}
Reference in a new issue
Copy permalink