@@ -27,7 +27,10 @@ module.exports = {
2727 } ,
2828 meta : [
2929 { charset : 'utf-8' } ,
30- { name : 'viewport' , content : 'width=device-width, initial-scale=1, maximum-scale=1' } ,
30+ {
31+ name : 'viewport' ,
32+ content : 'width=device-width, initial-scale=1, maximum-scale=1'
33+ } ,
3134 {
3235 hid : 'description' ,
3336 name : 'description' ,
@@ -41,8 +44,15 @@ module.exports = {
4144 link : [
4245 { rel : 'shortcut icon' , href : 'https://www.baidu.com/favicon.ico' } ,
4346 { rel : 'preconnect' , href : 'https://fonts.googleapis.com' } ,
44- { rel : 'preconnect' , href : 'https://fonts.gstatic.com' , crossorigin : true } ,
45- { rel : 'stylesheet' , href : 'https://fonts.googleapis.com/css2?family=Alata&display=swap' }
47+ {
48+ rel : 'preconnect' ,
49+ href : 'https://fonts.gstatic.com' ,
50+ crossorigin : true
51+ } ,
52+ {
53+ rel : 'stylesheet' ,
54+ href : 'https://fonts.googleapis.com/css2?family=Alata&display=swap'
55+ }
4656 ]
4757 } ,
4858 /**
@@ -85,7 +95,8 @@ module.exports = {
8595 'vue-awesome' ,
8696 'resize-detector' ,
8797 'less-plugin-dls' ,
88- 'dls-graphics'
98+ 'dls-graphics' ,
99+ '@stackblitz/sdk'
89100 ] ,
90101
91102 babel : {
@@ -143,7 +154,9 @@ module.exports = {
143154 } )
144155
145156 config . resolve . alias . vue$ = resolve ( './patched/vue.esm.js' )
146- config . resolve . alias [ 'vue-inbrowser-compiler-utils' ] = resolve ( './patched/vue-inbrowser-compiler-utils.esm.js' )
157+ config . resolve . alias [
158+ 'vue-inbrowser-compiler-independent-utils/lib/vue-inbrowser-compiler-independent-utils.esm.mjs'
159+ ] = resolve ( './patched/vue-inbrowser-compiler-independent-utils.esm.mjs' )
147160 config . resolve . alias [ 'vue-monaco' ] = '@justfork/vue-monaco'
148161
149162 config . devtool = false
0 commit comments