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 1a72c0e commit 3d45581Copy full SHA for 3d45581
vite.config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
name: 'vuseRx',
7
8
entry: 'src/index.ts',
9
- formats: ['umd', 'es'],
+ formats: ['umd'],
10
fileName: (format) => `${format}.js`
11
},
12
0 commit comments