File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ export default {
1111 '~/' : `${ resolve ( __dirname ) } /src/` ,
1212 } ,
1313 } ,
14- css : {
15- preprocessorOptions : {
16- scss : {
17- api : 'modern-compiler' ,
18- } ,
19- } ,
20- } ,
2114 build : {
2215 chunkSizeWarningLimit : 5000 ,
2316 } ,
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ export default defineConfig({
99 '~/' : `${ resolve ( __dirname ) } /src/` ,
1010 } ,
1111 } ,
12- css : {
13- preprocessorOptions : {
14- scss : {
15- api : 'modern-compiler' ,
16- } ,
17- } ,
18- } ,
1912 define : {
2013 'process.env' : process . env ,
2114 } ,
Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ export default defineConfig({
2020 ignore : [ 'h' ] ,
2121 } ) ,
2222 ] ,
23- css : {
24- preprocessorOptions : {
25- scss : {
26- api : 'modern-compiler' ,
27- } ,
28- } ,
29- } ,
3023 server : {
3124 port : 3000 ,
3225 } ,
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ import VueDevTools from 'vite-plugin-vue-devtools'
99
1010// https://vitejs.dev/config/
1111export default defineConfig ( {
12- css : {
13- preprocessorOptions : {
14- scss : {
15- api : 'modern-compiler' ,
16- } ,
17- } ,
18- } ,
1912 plugins : [
2013 vue ( ) ,
2114 commonjs ( ) ,
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ import VueDevtools from 'vite-plugin-vue-devtools'
77
88// https://vitejs.dev/config/
99export default defineConfig ( {
10- css : {
11- preprocessorOptions : {
12- scss : {
13- api : 'modern-compiler' ,
14- } ,
15- } ,
16- } ,
1710 plugins : [
1811 vue ( ) ,
1912 VueDevtools ( ) ,
You can’t perform that action at this time.
0 commit comments