mirror of
https://github.com/dvmarinoff/Auuki.git
synced 2026-02-17 15:37:39 +01:00
- ignore macos files - ignore all spec dirs - ignore env.js - add .babelrc - some plugin to package.json
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["@babel/plugin-transform-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|