Add logo and rename
This commit is contained in:
@ -13,8 +13,8 @@ export default defineConfig({
|
||||
build: {
|
||||
lib: {
|
||||
entry: 'src/main.js', // This will be our main entry point
|
||||
name: 'ProjectNotesFrontend',
|
||||
fileName: (format) => `project-notes-frontend.${format}.js`
|
||||
name: 'PersoNotesFrontend',
|
||||
fileName: (format) => `personotes-frontend.${format}.js`
|
||||
},
|
||||
outDir: '../static/dist', // Output to a new 'dist' folder inside the existing 'static' directory
|
||||
emptyOutDir: true,
|
||||
|
||||
Reference in New Issue
Block a user