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 c3f94c3 commit 1ed5a51Copy full SHA for 1ed5a51
package.json
@@ -2,6 +2,7 @@
2
"name": "@openscript-ch/slidev-theme",
3
"description": "Our companys (openscript Ltd.) slidev theme.",
4
"version": "0.6.0",
5
+ "type": "module",
6
"keywords": [
7
"slidev-theme",
8
"slidev"
vite.config.ts
@@ -0,0 +1,9 @@
1
+import { defineConfig } from 'vite'
+
+export default defineConfig({
+ build: {
+ rollupOptions: {
+ external: ['@chenfengyuan/vue-qrcode']
+ }
9
+})
0 commit comments