Skip to content

Commit

Permalink
webpack config test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarnakken committed Sep 14, 2024
1 parent 41b6925 commit 57e5e67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/webpack.dll.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ module.exports = () => ({
}),
],
resolve: {
alias: {
'country-flag-icons/unicode': path.resolve(
root,
'node_modules/country-flag-icons/unicode',
),
},
modules: [path.resolve(root, 'node_modules')],
fallback: {
crypto: require.resolve('crypto-browserify'),
stream: require.resolve('stream-browserify'),
Expand Down

0 comments on commit 57e5e67

Please sign in to comment.