Skip to content

Commit

Permalink
continued pruning of old packages, and small testing in root vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
gschussler committed Aug 3, 2023
1 parent 18f197b commit 47e305d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-html": "^3.2.0"
},
"repository": {
Expand Down
8 changes: 5 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ export default defineConfig({
root: 'src/',
build: {
outDir: '../dist',
lib: {
entry: path.resolve(__dirname, 'src/renderer/index.ts'),
},
// `lib` WAS NOT ORIGINALLY COMMENTED, TESTING VITE CONFIGS

// lib: {
// entry: path.resolve(__dirname, 'src/renderer/index.ts'),
// },
},
server: {
port: 4000,
Expand Down

0 comments on commit 47e305d

Please sign in to comment.