1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00
gochan/frontend/.babelrc
Eggbertx 40ce904a10 Add ES6 frontend so far
Not fully stable yet
2020-06-03 15:43:35 -07:00

5 lines
79 B
Text
Executable file

{
"presets": ["@babel/preset-env"],
"comments": false,
"sourceMaps": true
}