You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import the src directly instead of build output
2
-
// useful for local development in this repo
3
-
// actual users don't need to do this, they should import from 'vite-pages-theme-doc'
2
+
// useful for local development in this repo (and only used for dev)
3
+
// this should be used with viteConfig.css.modules.generateScopedName setup: https://github.com/vitejs/vite-plugin-react-pages/blob/a295d2902ef2d69c7808db2be8d182807ead5a3e/packages/playground/use-theme-doc/vite.config.ts#L20
4
4
export*from'vite-pages-theme-doc/src/index'
5
+
// actual users shouldn't do this, they should import directly from 'vite-pages-theme-doc':
0 commit comments