Skip to content

Commit

Permalink
Documentation: don't recommend moduleIds: "hashed" (#105)
Browse files Browse the repository at this point in the history
* Update switch_from_webpacker.md

* Update switch_from_webpacker.md
  • Loading branch information
rstacruz committed Jan 3, 2023
1 parent 2e93e39 commit b105031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/switch_from_webpacker.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ module.exports = {
- devtool: "source-map",
+ optimization: {
+ moduleIds: 'hashed',
+ moduleIds: 'deterministic',
+ }
}
```

0 comments on commit b105031

Please sign in to comment.