Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sio-client): use babel loose mode when transpiling classes
By default, Babel uses `Object.defineProperty()` when transpiling classes. We'll now use the loose mode which creates a more terse output. | | before | after | |----------|---------|---------| | min+gzip | 14.9 KB | 14.6 KB | | min+br | 13.4 KB | 13.1 KB | Reference: https://babeljs.io/docs/babel-plugin-transform-classes
- Loading branch information