File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "scripts" : {
4+ "prepare" : " panda codegen" ,
45 "panda-watch" : " pnpm exec panda cssgen --watch --outfile dist/styles.css" ,
5- "dev" : " panda codegen && storybook dev -p 6006 --disable-telemetry --no-open" ,
6- "build" : " panda codegen && storybook build" ,
6+ "dev" : " storybook dev -p 6006 --disable-telemetry --no-open" ,
7+ "build" : " storybook build" ,
78 "preview" : " pnpm build && pnpm dlx http-server storybook-static -p 8080"
89 },
910 "dependencies" : {
Original file line number Diff line number Diff line change @@ -4,4 +4,9 @@ import react from '@vitejs/plugin-react-swc'
44// https://vitejs.dev/config/
55export default defineConfig ( {
66 plugins : [ react ( ) ] ,
7- } )
7+ build : {
8+ rollupOptions : {
9+ external : [ "pandacss-preset-react-aria-components" ] ,
10+ } ,
11+ } ,
12+ } ) ;
You can’t perform that action at this time.
0 commit comments