-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix single spaces in templates. #1944
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1944 +/- ##
=======================================
Coverage 64.74% 64.74%
=======================================
Files 66 66
Lines 2377 2377
Branches 761 776 +15
=======================================
Hits 1539 1539
Misses 769 769
Partials 69 69 Continue to review full report at Codecov.
|
@afwn90cj93201nixr2e1re if i looked well using |
Ok but default value is undefined, you might omit it, don't you ? |
I mean |
@afwn90cj93201nixr2e1re reading the TS in the future we'll able to use only 'preserve' or 'condense' |
I should read docs because it's an important change |
What about this one @jtommy . |
If you want to reopen this
This is the configuration, it will not cause any issue with the build and is not a breaking change, I am using this option for all my projects as well, you may have some failing snapshots that need to be updated but that's it Just know that if you have HTML like
It will be output with the condensed option as
It is only a html compression feature and doesn't visually make any difference, only changes the output markup So the issue will not be fixed for those cases and the eslint config should be updated to change single line components to prevent whitespaces Those components are mostly The doc of rollup is outdated |
He don't wanna do it. |
@afwn90cj93201nixr2e1re Make a PR if you want |
@afwn90cj93201nixr2e1re Wow you're so rude, you should read the doc, it's exactly what I explained |
Bruh, i already made it.. you dont see that pr? You said that you gonna read docs, did you? |
As i said read vue develops comments before discussing things that u don't know @Tofandel. Full vue team said that this options are useless and bo one should use them in practice. |
@jtommy as i said in 0.9.0 pr we should remove extra lines, if you don't wanna add this options into compiler config (i agree with that). Just read review. |
Fixes #1927, #1703
Proposed Changes