You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under dev environment, i'd like to keep the comments information in both and <style> and <script> section in .vue file.
Unfortunately, it seems that all the comments(html,js,css) are stripped out in webpack dev environment.
How can i disable that?
For example, in following del-container.vue file, i add html comments within the root div of the component, when inspecting in chrome dev tool, that comment <!-- del-container -->
is not available
Under dev environment, i'd like to keep the comments information in both and <style> and <script> section in .vue file.
Unfortunately, it seems that all the comments(html,js,css) are stripped out in webpack dev environment.
How can i disable that?
For example, in following del-container.vue file, i add html comments within the root div of the component, when inspecting in chrome dev tool, that comment
<!-- del-container -->
is not available
The text was updated successfully, but these errors were encountered: