We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e0e62 commit 58023eeCopy full SHA for 58023ee
vite.config.mjs
@@ -31,11 +31,12 @@ export default defineConfig({
31
outDir: fileURLToPath(new URL('./lib/dist/', import.meta.url)),
32
lib: {
33
name: 'nuxt3-win32-posix-path',
34
- formats: ['es', 'cjs','umd'],//('es' | 'cjs' | 'umd' | 'iife')
+ // formats: ['es', 'cjs','umd'],//('es' | 'cjs' | 'umd' | 'iife')
35
+ formats: ['es', 'cjs'],//('es' | 'cjs' | 'umd' | 'iife')
36
//i lost my jsdocs though... weird
37
entry: [ //"entry" can be a dictionary or array of multiple entry points
38
fileURLToPath(new URL('./src/index.mjs', import.meta.url)),
- // fileURLToPath(new URL('./src/cli/index.mjs', import.meta.url)),
39
+ fileURLToPath(new URL('./src/cli/index.mjs', import.meta.url)),
40
// fileURLToPath(new URL('./dev/node-fs-utils-dev/create-dummy-files.mjs', import.meta.url)),
41
// fileURLToPath(new URL('./src/win32ToWin32WSL2.mjs', import.meta.url)),
42
// fileURLToPath(new URL('./src/import-material-theme-pup.mjs', import.meta.url)),
0 commit comments