Skip to content

Commit f5de4ac

Browse files
committed
Revert config change
1 parent 50b114b commit f5de4ac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ui-library-add-call-recording/app/vite.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ export default defineConfig({
1212
server: {
1313
port: 3000, // Always serve at port 3000
1414
},
15-
resolve: {
16-
alias: {
17-
// Make sure browser's crypto is used, not Node.js crypto
18-
crypto: false, // This prevents any crypto polyfill from being used
19-
stream: false, // Often needed alongside crypto
20-
util: false, // Sometimes needed for Azure libraries
21-
},
22-
},
2315
plugins: [
2416
reactRefresh(),
2517
svgrPlugin({

0 commit comments

Comments
 (0)