babel-plugin-proposal-object-rest-spread-stable
v1.0.3
Published
@babel/plugin-proposal-object-rest-spread with stable objectSpread helper.
Downloads
761
Readme
@babel/plugin-proposal-object-rest-spread with stable objectSpread helper
The objectSpread2 may cause the object to lose its properties, so we need to downgrade to the stable objectSpread.
The code is based on babel v7.7.4.
Installation
npm i -D babel-plugin-proposal-object-rest-spread-stable
Usage
In your .babelrc:
{
"plugins": ["babel-plugin-proposal-object-rest-spread-stable"]
}