Closed maafaishal-tkpd closed 5 years ago
This module mainly targets Node.js, not the browser. It's up to you to transpile it with Babel if you want to use it in the browser. You can find a more detailed explanation here: https://github.com/sindresorhus/ama/issues/446
If you use Webpack, check out babel-engine-plugin
, which transpiles only the dependencies that needs to be transpiled.
If you use Create React App, upgrade to Create React App v2. It supports automatic transpilation of dependencies, which will make this package just work.
This is because Safari 10 is not supported object rest spread. This module should add
@babel/plugin-transform-destructuring
plugin to Webpack to handle this error.