Files
Auuki/.babelrc
dvmarinoff 0735ca379f changes to config files
- ignore macos files
- ignore all spec dirs
- ignore env.js
- add .babelrc
- some plugin to package.json
2021-09-14 11:42:23 +03:00

8 lines
119 B
Plaintext

{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}