File tree 11 files changed +411
-126
lines changed
11 files changed +411
-126
lines changed Original file line number Diff line number Diff line change 55
55
"floating-vue" : " 5.2.2" ,
56
56
"ohash" : " ^1.1.4" ,
57
57
"pinia" : " ^2.2.4" ,
58
- "sass" : " ^1.80.3 " ,
58
+ "sass-embedded " : " ^1.80.5 " ,
59
59
"simple-git-hooks" : " ^2.11.1" ,
60
60
"unocss" : " ^0.63.4" ,
61
61
"unplugin" : " ^1.14.1" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ export default {
11
11
'~/' : `${ resolve ( __dirname ) } /src/` ,
12
12
} ,
13
13
} ,
14
+ css : {
15
+ preprocessorOptions : {
16
+ scss : {
17
+ api : 'modern-compiler' ,
18
+ } ,
19
+ } ,
20
+ } ,
14
21
build : {
15
22
chunkSizeWarningLimit : 5000 ,
16
23
} ,
Original file line number Diff line number Diff line change 30
30
"@iconify/json" : " ^2.2.262" ,
31
31
"@types/node" : " ^20.16.14" ,
32
32
"@vitejs/plugin-vue" : " ^5.1.4" ,
33
- "sass" : " ^1.80.3 " ,
33
+ "sass-embedded " : " ^1.80.5 " ,
34
34
"vite" : " ^5.4.9" ,
35
35
"vue" : " ^3.5.12"
36
36
}
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ export default defineConfig({
9
9
'~/' : `${ resolve ( __dirname ) } /src/` ,
10
10
} ,
11
11
} ,
12
+ css : {
13
+ preprocessorOptions : {
14
+ scss : {
15
+ api : 'modern-compiler' ,
16
+ } ,
17
+ } ,
18
+ } ,
12
19
define : {
13
20
'process.env' : process . env ,
14
21
} ,
Original file line number Diff line number Diff line change 23
23
"@vue/devtools-core" : " workspace:*" ,
24
24
"@vue/devtools-kit" : " workspace:*" ,
25
25
"@vue/devtools-shared" : " workspace:*" ,
26
- "sass" : " ^1.80.3 " ,
26
+ "sass-embedded " : " ^1.80.5 " ,
27
27
"serve" : " ^14.2.4" ,
28
28
"typescript" : " ^5.6.3" ,
29
29
"unocss" : " ^0.63.4" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ export default defineConfig({
20
20
ignore : [ 'h' ] ,
21
21
} ) ,
22
22
] ,
23
+ css : {
24
+ preprocessorOptions : {
25
+ scss : {
26
+ api : 'modern-compiler' ,
27
+ } ,
28
+ } ,
29
+ } ,
23
30
server : {
24
31
port : 3000 ,
25
32
} ,
Original file line number Diff line number Diff line change 22
22
"@tanstack/vue-query-devtools" : " ^5.59.13" ,
23
23
"@vitejs/plugin-vue" : " ^5.1.4" ,
24
24
"@vue/devtools" : " workspace:^" ,
25
- "sass" : " ^1.80.3 " ,
25
+ "sass-embedded " : " ^1.80.5 " ,
26
26
"serve" : " ^14.2.4" ,
27
27
"typescript" : " ^5.6.3" ,
28
28
"unocss" : " ^0.63.4" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ import inspect from 'vite-plugin-inspect'
8
8
import VueDevTools from 'vite-plugin-vue-devtools'
9
9
// https://vitejs.dev/config/
10
10
export default defineConfig ( {
11
+ css : {
12
+ preprocessorOptions : {
13
+ scss : {
14
+ api : 'modern-compiler' ,
15
+ } ,
16
+ } ,
17
+ } ,
11
18
plugins : [
12
19
vue ( ) ,
13
20
commonjs ( ) ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"@vitejs/plugin-vue" : " ^5.1.4" ,
18
- "sass" : " ^1.80.3 " ,
18
+ "sass-embedded " : " ^1.80.5 " ,
19
19
"serve" : " ^14.2.4" ,
20
20
"typescript" : " ^5.6.3" ,
21
21
"unocss" : " ^0.63.4" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ import VueDevtools from 'vite-plugin-vue-devtools'
7
7
8
8
// https://vitejs.dev/config/
9
9
export default defineConfig ( {
10
+ css : {
11
+ preprocessorOptions : {
12
+ scss : {
13
+ api : 'modern-compiler' ,
14
+ } ,
15
+ } ,
16
+ } ,
10
17
plugins : [
11
18
vue ( ) ,
12
19
VueDevtools ( ) ,
You can’t perform that action at this time.
0 commit comments