File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ declare module 'vue' {
13
13
'AtStyle.ce' : typeof import ( './src/components/custom-elements/AtStyle.ce.vue' ) [ 'default' ]
14
14
'AtWebStylesheet.ce' : typeof import ( './src/components/custom-elements/AtWebStylesheet.ce.vue' ) [ 'default' ]
15
15
'AtWebTitle.ce' : typeof import ( './src/components/custom-elements/AtWebTitle.ce.vue' ) [ 'default' ]
16
- copy : typeof import ( './src/components/custom-elements/AtAnchor.ce copy.vue' ) [ 'default' ]
17
16
MarkdownRenderer : typeof import ( './src/components/MarkdownRenderer.vue' ) [ 'default' ]
18
17
MModal : typeof import ( './src/components/MModal.vue' ) [ 'default' ]
19
18
MonacoEditor : typeof import ( './src/components/MonacoEditor.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
6
6
import vueDevTools from 'vite-plugin-vue-devtools' ;
7
7
import Components from 'unplugin-vue-components/vite' ;
8
8
import { nodePolyfills } from 'vite-plugin-node-polyfills' ;
9
- import httpsImports from 'vite-plugin-https-imports' ;
10
9
11
10
// https://vite.dev/config/
12
11
export default defineConfig ( {
@@ -31,8 +30,6 @@ export default defineConfig({
31
30
] ,
32
31
} ) ,
33
32
nodePolyfills ( ) ,
34
- // @ts -expect-error broken commonjs
35
- ( httpsImports . default as typeof httpsImports ) ( ) ,
36
33
37
34
// // @quasar /plugin-vite options list:
38
35
// // https://github.com/quasarframework/quasar/blob/dev/vite-plugin/index.d.ts
You can’t perform that action at this time.
0 commit comments