Skip to content

Commit b65d1e1

Browse files
authored
Merge pull request #34 from mapcomponents/Add-MultiTab
Changing Test-App base to "./" and multi_tab config to .js
2 parents cb65465 + d19249a commit b65d1e1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

multi_tab/tsconfig.node.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"moduleResolution": "node",
77
"allowSyntheticDefaultImports": true
88
},
9-
"include": ["vite.config.ts"]
9+
"include": [
10+
"vite.config.js"
11+
]
1012
}
File renamed without changes.

test_app/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/react-map-components-apps/test_app/',
7+
base: './',
88
})

0 commit comments

Comments
 (0)