Skip to content
#

vitejs

Here are 1,123 public repositories matching this topic...

rollup-plugin-chrome-extension
DetachHead
DetachHead commented Apr 21, 2022

Build tool

Vite

Where do you see the problem?

  • In the browser
  • In the terminal

Describe the bug

when running tsc on my vite.config.ts, i get the following errors:

node_modules/rollup-plugin-chrome-extension/dist/index.d.ts:26:13 - error TS2503: Cannot find namespace 'chrome'.

26     icons?: chrome.runtime.ManifestIcons | undefined;
               ~~~~~~

bug good first issue
GaoNeng-wWw
GaoNeng-wWw commented Apr 17, 2022

What problem does this feature solve

现阶段开发者如果想要自定义主题的话,需要一层一层的翻开源代码,然后覆盖变量。

我认为或许在每个组件的文档中写出使用的变量或许可以帮助开发者更好的定制主题

What does the proposed API look like

最好是列出一个分页表格。例如

变量名 默认值
... ...

分页器

documentation good first issue contribution welcome

Improve this page

Add a description, image, and links to the vitejs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vitejs topic, visit your repo's landing page and select "manage topics."

Learn more