We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4450a commit 68a24a4Copy full SHA for 68a24a4
1 file changed
example/vite.config.ts
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: '/react-timezone-select/',
7
build: {
8
rollupOptions: {
9
input: ['index.html', 'src/App.tsx', 'src/index.tsx', 'src/Timezone.tsx'],
0 commit comments