File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
</ head >
8
8
< body >
9
9
< div id ="root "> </ div >
10
- < script type ="module " src ="/root.tsx "> </ script >
10
+ < script type ="module " src ="/website/ root.tsx "> </ script >
11
11
</ body >
12
12
</ html >
Original file line number Diff line number Diff line change 60
60
"@babel/runtime" : " ^7.21.5" ,
61
61
"@faker-js/faker" : " ^8.0.0" ,
62
62
"@ianvs/prettier-plugin-sort-imports" : " ^4.0.2" ,
63
- "@linaria/rollup" : " ^4.3.8 " ,
64
- "@linaria/vite" : " ^4.2.11 " ,
63
+ "@linaria/rollup" : " ^4.5.2 " ,
64
+ "@linaria/vite" : " ^4.5.2 " ,
65
65
"@microsoft/api-extractor" : " ^7.23.0" ,
66
66
"@rollup/plugin-babel" : " ^6.0.3" ,
67
67
"@rollup/plugin-node-resolve" : " ^15.1.0" ,
Original file line number Diff line number Diff line change 1
- import linaria from '@linaria/rollup ' ;
1
+ import linaria from '@linaria/vite ' ;
2
2
import react from '@vitejs/plugin-react' ;
3
3
import postcssNested from 'postcss-nested' ;
4
4
import { defineConfig } from 'vite' ;
@@ -7,7 +7,6 @@ const isCI = process.env.CI === 'true';
7
7
const isTest = process . env . NODE_ENV === 'test' ;
8
8
9
9
export default defineConfig ( {
10
- root : 'website' ,
11
10
base : isCI ? '/react-data-grid/' : '/' ,
12
11
build : {
13
12
outDir : '../dist' ,
You can’t perform that action at this time.
0 commit comments