fix(css): no emit assets in html style tag (fix #5968)#6321
fix(css): no emit assets in html style tag (fix #5968)#6321patak-cat merged 40 commits intovitejs:mainfrom
Conversation
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
|
Duplicate of #6181 |
|
@poyoho thanks again for the work you're doing lately in Vite, hats off |
|
Is there a way to disable the replacement of |
|
@poyoho
Why exclude underscore here,If there is an underscore on the path, the regularity here cannot match |
hi, maybe not, Can you explain in detail why it is used this way? |
I am currently using vite as build tool for my Website Design Preview. I've got some .html files like index.html, content.html, contact.html and scss, js etc. So i am developing with vite hot reload and then run vite build and upload the Edit: i am using vite instead of gulp/webpack etc. because it's freakin fast and i like the way to configure it. |


Description
fix #5968
Additional context
I think it is better way to resolve inline style.
generateBundle.I accidentally deleted repo before. and break link of #6181😭
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123).