mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-08 20:37:55 -05:00
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
{
|
|
"plugins": [
|
|
["@babel/proposal-decorators", { "legacy": true }],
|
|
["@babel/proposal-class-properties", { "loose": true }]
|
|
],
|
|
"presets": ["@babel/preset-react"]
|
|
}
|