mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
c25c0a76a8
* changed do @babel/preset-env * runned lint fix * added beforeEach in ui-config-store-test
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["@babel/plugin-transform-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|