[Icon Request] Support for vite.config.js
See original GitHub issue-
I’m sure this issue is not a duplicate.
-
I’m submitting an icon request:
- Type:
filename
- Icon Name:
viteconfig
- Sample original Icon:
- Extensions:
.config.js
- Filenames:
vite.config.js
- Language ids:
js
,viteconfig
- Type:
-
Language Extensions: ??
-
More info: Just like the Vue config file with the gear icon on #2205
the doc for this is at https://vitejs.dev/config/
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Configuring Vite
When running vite from the command line, Vite will automatically try to resolve a config file named vite.config.js inside project root. ... Note...
Read more >Dealing with SVG icons in Vue + Vite - DEV Community
Probably the easiest way to fix this is to use vite-plugin-require which adds support for require() to Vite. You should not see any...
Read more >vite-plugin-purge-icons - npm
@iconify/json is an optional dependencies of PurgeIcons. When it presents in your node_modules , PurgeIcons will load the icons from it locally, otherwise, ......
Read more >vite-custom-icons-resolver - npm package - Snyk
Resolver for the Vite config file is designed to create elementary vue components from custom svg icons. Visit Snyk Advisor to see a...
Read more >Handling Vite - Quasar Framework
For cases where you need to tweak the default Vite config you can do so by editing /quasar.config.js and configuring build > extendViteConf...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No problem @igorer88, thanks for your suggestion anyway!
No problem @igorer88 but I’m not sure I follow you. As far as I know, this is the only extension that vite is exposing. I don’t see the need to add anything else to the icon. In the Vue case, one thing is the config file and the other one is the extension for the vue files. Here I don’t see the paralellism, although I may be missing something.