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 12b2fe8 commit 7b5b003Copy full SHA for 7b5b003
playgrounds/vue3-ts/vite.config.ts
@@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [vue()],
7
+ build: {
8
+ rollupOptions: {
9
+ external: ['crypto'],
10
+ },
11
12
})
0 commit comments