Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove the new tab?

hhmy27 opened this issue · comments

Describe the bug
If I don't want the newTab, how should I disable it? I tried to directly delete the newtab folder, but it seems to cause an error: Could not resolve entry module "src/pages/newtab/index.html".

What should I do?
To Reproduce
just delete the newtab folder

Expected behavior
don't render newtab at chrome and no errors or warnings

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac, Window, Linux] Max
  • Browser [e.g. chrome, firefox] chrome
  • Node Version [e.g. 18.12.0]

Additional context
Add any other context about the problem here.

Thank you for your contribution. We will check and reply to you as soon as possible.

#114 works, thx.