vizon-countdown-website/packages/frontend/.babelrc

16 lines
294 B
Plaintext
Raw Permalink Normal View History

{
"presets": [
["babel-preset-env", {
"targets": {
"node": true,
"uglify": false
},
"debug": true
}]
],
"plugins": [
"babel-plugin-transform-class-properties",
"babel-plugin-transform-runtime",
"babel-plugin-dynamic-import-node"
]
}