Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr authored Jun 28, 2024
1 parent b214c38 commit d68a106
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export default defineConfig({
dir: 'src/popup/pages',
baseRoute: 'popup',
},
{
dir: 'src/options/pages',
baseRoute: 'options',
},
{
dir: 'src/content-script/iframe/pages',
baseRoute: 'iframe',
Expand Down Expand Up @@ -99,6 +103,7 @@ export default defineConfig({
iframe: 'src/content-script/iframe/index.html',
popup: 'src/popup/index.html',
setup: 'src/setup/index.html',
options: 'src/options/index.html',
},
},
minify: 'terser',
Expand Down

0 comments on commit d68a106

Please sign in to comment.