58d4c230e2
* chore: include rimraf as part of the build for most of the packages * cleanup * revert medusa interface * missing script update
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-instanceof",
|
|
["@babel/plugin-transform-runtime", { "regenerator": true }]
|
|
],
|
|
"presets": ["@babel/preset-env"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["@babel/plugin-transform-runtime"]
|
|
}
|
|
}
|
|
} |