Skip to content

Commit

Permalink
Revert "Merge pull request #8883 from bbc/remove-storybook-deps-emoti…
Browse files Browse the repository at this point in the history
…on-aliases"

This reverts commit 928e9c3, reversing
changes made to 19c87d8.
  • Loading branch information
andrewscfc committed Feb 17, 2021
1 parent a37d34a commit 2c20db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.client.js
Expand Up @@ -174,7 +174,7 @@ module.exports = ({
}),
new DuplicatesPlugin({
// Emit compilation warning or error? (Default: `false`)
emitErrors: false,
emitErrors: true,
// Display full duplicates information? (Default: `false`)
verbose: true,
}),
Expand Down

0 comments on commit 2c20db6

Please sign in to comment.