File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { qwikVite } from '@builder.io/qwik/optimizer';
2
2
import { qwikCity } from '@builder.io/qwik-city/vite' ;
3
3
import { defineConfig } from 'vite' ;
4
4
import tsconfigPaths from 'vite-tsconfig-paths' ;
5
- import tailwindcss from '@tailwindcss/vite' ;
6
5
7
6
export default defineConfig ( {
8
7
root : 'apps/component-tests' ,
@@ -19,7 +18,6 @@ export default defineConfig({
19
18
tsconfigFileNames : [ 'tsconfig.app.json' ] ,
20
19
} ) ,
21
20
tsconfigPaths ( { root : '../../' } ) ,
22
- tailwindcss ( ) ,
23
21
] ,
24
22
server : {
25
23
fs : {
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import dts from 'vite-plugin-dts';
7
7
import { viteStaticCopy } from 'vite-plugin-static-copy' ;
8
8
import tsconfigPaths from 'vite-tsconfig-paths' ;
9
9
import pkg from './package.json' ;
10
- import tailwindcss from '@tailwindcss/vite' ;
11
10
12
11
const { dependencies = { } , peerDependencies = { } } = pkg as any ;
13
12
const makeRegex = ( dep : any ) => new RegExp ( `^${ dep } (/.*)?$` ) ;
@@ -37,7 +36,6 @@ export default defineConfig({
37
36
viteStaticCopy ( {
38
37
targets : [ { src : './README.md' , dest : './' } ] ,
39
38
} ) ,
40
- tailwindcss ( ) ,
41
39
] ,
42
40
server : {
43
41
fs : {
Original file line number Diff line number Diff line change 1
1
import { qwikVite } from '@builder.io/qwik/optimizer' ;
2
2
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin' ;
3
- import tailwindcss from '@tailwindcss/vite' ;
4
3
import { join } from 'path' ;
5
4
import { defineConfig } from 'vite' ;
6
5
import dts from 'vite-plugin-dts' ;
@@ -17,7 +16,6 @@ export default defineConfig({
17
16
tsconfigPath : join ( __dirname , 'tsconfig.lib.json' ) ,
18
17
} ) ,
19
18
nxViteTsPaths ( ) ,
20
- tailwindcss ( ) ,
21
19
] ,
22
20
server : {
23
21
fs : {
You can’t perform that action at this time.
0 commit comments