Skip to content

Commit

Permalink
Default fs to false as it cannot be duplicated in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 31, 2023
1 parent ec5eef8 commit bf7e626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa

### Removed

- Removed `browser` key in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for `path`, `os`, `fs`, and `crypto`. [Browserify](https://browserify.org/) provides these.
- Removed `browser` key in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for `path`, `os`, and `crypto`. [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) provides these.

## [16.1.2](https://github.com/motdotla/dotenv/compare/v16.1.1...v16.1.2) (2023-05-31)

Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -57,5 +57,8 @@
},
"engines": {
"node": ">=12"
},
"browser": {
"fs": false
}
}

0 comments on commit bf7e626

Please sign in to comment.