We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8c7fb commit 8eebf6fCopy full SHA for 8eebf6f
vite.config.ts
@@ -1,13 +1,13 @@
1
import { createLibConfig } from "@nextcloud/vite-config"
2
3
export default createLibConfig({
4
- index: 'lib/index.ts',
+ index: 'lib/index.ts',
5
}, {
6
- libraryFormats: ['cjs', 'es'],
7
- thirdPartyLicense: false,
8
- DTSPluginOptions: { rollupTypes: true },
9
- // Make the package version available for the plugin meta
10
- replace: {
11
- __PACKAGE_VERSION__: JSON.stringify(process.env.npm_package_version),
12
- },
+ libraryFormats: ['cjs', 'es'],
+ thirdPartyLicense: false,
+ DTSPluginOptions: { rollupTypes: true },
+ // Make the package version available for the plugin meta
+ replace: {
+ __PACKAGE_VERSION__: JSON.stringify(process.env.npm_package_version),
+ },
13
})
0 commit comments