Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "sideEffects": false to package.json (#941)
Add `"sideEffects": false` to package.json to allow frameworks that mix client and server code in the same files to tree-shake out fs-extra from client bundles.
- Loading branch information