Skip to content

Commit

Permalink
fix: exclude turnstile for extension build (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris authored Jan 20, 2025
1 parent 2c8923d commit 028d915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const baseConfig = {
extensions: ['.svg', '.ts', '.tsx', '.js', '.json'],
alias: {
'react-onesignal': false,
'@marsidev/react-turnstile': false,
},
fallback: {
fs: false,
Expand Down

0 comments on commit 028d915

Please sign in to comment.