File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
template-lib-monorepo/packages/demos Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite'
2
2
import * as path from 'path'
3
- import react from '@vitejs/plugin-react'
3
+ import react from '@vitejs/plugin-react' // you can also use @vitejs /plugin-react-swc
4
4
import pages from 'vite-plugin-react-pages'
5
5
6
6
export default defineConfig ( {
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite'
2
2
import * as path from 'path'
3
- import react from '@vitejs/plugin-react'
3
+ import react from '@vitejs/plugin-react' // you can also use @vitejs /plugin-react-swc
4
4
import pages , { DefaultPageStrategy } from 'vite-plugin-react-pages'
5
5
6
6
export default defineConfig ( {
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite'
2
2
import * as path from 'path'
3
- import react from '@vitejs/plugin-react'
3
+ import react from '@vitejs/plugin-react' // you can also use @vitejs /plugin-react-swc
4
4
import pages , { DefaultPageStrategy } from 'vite-plugin-react-pages'
5
5
6
6
export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments