This website requires JavaScript.
Explore
Help
Register
Sign In
lightcordwarez
/
BetterDiscordApp-v2
mirror of
https://github.com/JsSucks/BetterDiscordApp
Watch
1
Star
0
Fork
You've already forked BetterDiscordApp-v2
0
Code
Issues
3
Releases
Wiki
Activity
6167cc7c4b
BetterDiscordApp-v2
/
.babelrc
10 lines
127 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Base
2018-01-10 17:02:29 +01:00
{
"presets": [
["env", {
"targets": {
"node": "6.7.0"
Use webpack named modules and eval source map plugins in development and disable Babel’s debug info
2018-07-07 20:52:13 +02:00
}
Base
2018-01-10 17:02:29 +01:00
}]
]
Cleanup project root and update package-lock.json
2018-03-21 00:29:00 +01:00
}