Skip to content

Commit d2e0e62

Browse files
committed
reverted vite.config.mjsi
1 parent 686cf15 commit d2e0e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export default defineConfig({
3434
formats: ['es', 'cjs','umd'],//('es' | 'cjs' | 'umd' | 'iife')
3535
//i lost my jsdocs though... weird
3636
entry: [ //"entry" can be a dictionary or array of multiple entry points
37-
// fileURLToPath(new URL('./src/index.mjs', import.meta.url)),
38-
fileURLToPath(new URL('./src/cli/index.mjs', import.meta.url)),
37+
fileURLToPath(new URL('./src/index.mjs', import.meta.url)),
38+
// fileURLToPath(new URL('./src/cli/index.mjs', import.meta.url)),
3939
// fileURLToPath(new URL('./dev/node-fs-utils-dev/create-dummy-files.mjs', import.meta.url)),
4040
// fileURLToPath(new URL('./src/win32ToWin32WSL2.mjs', import.meta.url)),
4141
// fileURLToPath(new URL('./src/import-material-theme-pup.mjs', import.meta.url)),

0 commit comments

Comments
 (0)