UNPKG
mobidev-thelounge
Version:
latest (4.3.1)
4.3.1
The self-hosted Web IRC client
thelounge.chat
thelounge/thelounge
mobidev-thelounge
/
babel.config.cjs
5 lines
(4 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { presets: [[
"@babel/preset-env"
, {bugfixes:
true
}],
"babel-preset-typescript-vue3"
], plugins: [
"@babel/plugin-transform-runtime"
], };