DocSpace-client/web/ASC.Web.Editor/.babelrc

17 lines
316 B
Plaintext
Raw Normal View History

2021-03-05 18:15:48 +00:00
{
2022-01-27 13:45:36 +00:00
"presets": ["@babel/preset-react", "@babel/preset-env", "next/babel"],
2021-03-05 18:15:48 +00:00
"plugins": [
"@babel/plugin-transform-runtime",
2022-01-27 13:45:36 +00:00
"@babel/plugin-proposal-class-properties",
[
"styled-components",
{
"ssr": true,
"displayName": true,
"preprocess": false
}
]
2021-03-05 18:15:48 +00:00
]
}