We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
componentIdGenerator: 'filepath'
1 parent 2038b7e commit 0753d06Copy full SHA for 0753d06
packages/create-vue-lib/src/template/base/config/packages/@projectName@/vite.config.mts.ejs
@@ -35,7 +35,11 @@ export default defineConfig(({ mode }): UserConfig => {
35
__DEV__: mode === 'production' ? 'false' : mode === 'development' ? 'true' : '!(process.env.NODE_ENV === "production")'
36
}
37
}),
38
- vue(),
+ vue({
39
+ features: {
40
+ componentIdGenerator: 'filepath'
41
+ }
42
+ }),
43
dtsPlugin
44
],
45
<%_ if (config.includeAtAliases) { _%>
0 commit comments