.babelrc
{
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread" <-- Let you can use JS ... syntax.
"transform-class-properties" <-- Let you can use JS static syntax.
]
}
Go to list of users who liked
More than 5 years have passed since last update.
{
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread" <-- Let you can use JS ... syntax.
"transform-class-properties" <-- Let you can use JS static syntax.
]
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked