Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-Luffa committed Jul 1, 2024
1 parent ac3f3c6 commit 3a277ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundler-vite/src/config/transformer/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default (function alias(userConfig) {
alias: [
// to support less-loader ~ for local deps, refer: https://github.com/vitejs/vite/issues/2185
{ find: /^~/, replacement: '' },
{ find: /react-helmet-async/, replacement: 'react-helmet-async' },
],
},
};
Expand Down

0 comments on commit 3a277ee

Please sign in to comment.