This website requires JavaScript.
Explore
Help
Sign In
icedream
/
rekt-theme
Watch
1
Star
0
Fork
You've already forked rekt-theme
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a82a0e2dae
rekt-theme
/
.babelrc
12 lines
131 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2018-07-13 09:11:16 +00:00
{
"presets": [
Fix development environment. This updates the setup so it works with the new website layout.
2019-11-19 03:31:03 +00:00
[
"@babel/preset-env",
{
"targets": {
"node": true
}
Initial commit.
2018-07-13 09:11:16 +00:00
}
Fix development environment. This updates the setup so it works with the new website layout.
2019-11-19 03:31:03 +00:00
]
Initial commit.
2018-07-13 09:11:16 +00:00
]
}