Skip to content

Commit

Permalink
Missing merge export in V8 upgrade docs (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Jun 4, 2024
1 parent 007209d commit dc921a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v8_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports = merge(globalMutableWebpackConfig, customConfig);

```js
// after
const { generateWebpackConfig } = require('shakapacker');
const { generateWebpackConfig, merge } = require('shakapacker');

const customConfig = {
module: {
Expand Down

0 comments on commit dc921a2

Please sign in to comment.