This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
akkomafe-for-calckey/.babelrc

6 lines
145 B
Plaintext

{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
"comments": false
}