We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b114b commit f5de4acCopy full SHA for f5de4ac
ui-library-add-call-recording/app/vite.config.js
@@ -12,14 +12,6 @@ export default defineConfig({
12
server: {
13
port: 3000, // Always serve at port 3000
14
},
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
23
plugins: [
24
reactRefresh(),
25
svgrPlugin({
0 commit comments