-
Notifications
You must be signed in to change notification settings - Fork 915
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
feat: add options 'trimTextWhitespace' and 'collapseTextWhitespace' #1151
Closed
cerlestes
wants to merge
867
commits into
vuejs:master
from
cerlestes:feature/add-new-template-compiler-options
Closed
feat: add options 'trimTextWhitespace' and 'collapseTextWhitespace' #1151
cerlestes
wants to merge
867
commits into
vuejs:master
from
cerlestes:feature/add-new-template-compiler-options
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ext-webpack-plugin)
* Russian translation update * options.md допереведено предложение
* update Chinese translation * Do not consider private properties to be named exports (fix: vuejs#759) (vuejs#765) * support deps registered by postcss plugins * make keyframes scoped (close vuejs#731) * only infer scss/sass loader when no explicit loaders have been specified (fix vuejs#790) * 12.0.1 * Revert "make keyframes scoped (close vuejs#731)" This reverts commit 35229b0. * 12.0.2
* Russian translation update * options.md допереведено предложение * SUMMARY.md добавлен перечень настроек * options.md добавлена новая опция * testing-with-mocks.md добавлены -loader * testing.md исправлен пример * scoped-css.md добавлен раздел про вложенные селекторы * pre-processors.md добавлена новая секция * options.md нумерация версий * advanced.md нумерация версий * options.md уточнение * options.md уточнение * Fix merge * SUMMARY.md добавлены новые пункты * scoped-css.md новые правки * options.md новые свойства * hot-reload.md обновления * scoped-css.md правка * HTTP -> HTTPS * testing-with-mocks.md правка примера * SUMMARY.md добавлены новые пункты * functional-template.md добавлен новый файл * options.md новые разделы * functional-template.md переведён * functional.md правки * postcss.md исправлен пример * options.md новая секция * hot-reload.md новая секция * testing-with-mocks.md новые правки * postcss.md правки * options.md новые правки * options.md правки * asset-url.md добавлены разъяснения * Update SUMMARY.md * asset-url.md опечатка * advanced.md удалена настройка для вебпака 1 * options.md удалено о первом вебпаке * custom-block.md удалено о первом вебпаке * extract-css.md удалено о первом вебпаке * css-modules.md удалено о первом вебпаке * postcss.md удалено о первом вебпаке * setup.md обновление для @vue/cli * linting.md обновление для eslint-plugin-vue * production.md удалено о первом вебпаке * testing.md обновлено о @vue/test-utils
* Russian translation update * options.md допереведено предложение * SUMMARY.md добавлен перечень настроек * options.md добавлена новая опция * testing-with-mocks.md добавлены -loader * testing.md исправлен пример * scoped-css.md добавлен раздел про вложенные селекторы * pre-processors.md добавлена новая секция * options.md нумерация версий * advanced.md нумерация версий * options.md уточнение * options.md уточнение * Fix merge * SUMMARY.md добавлены новые пункты * scoped-css.md новые правки * options.md новые свойства * hot-reload.md обновления * scoped-css.md правка * HTTP -> HTTPS * testing-with-mocks.md правка примера * SUMMARY.md добавлены новые пункты * functional-template.md добавлен новый файл * options.md новые разделы * functional-template.md переведён * functional.md правки * postcss.md исправлен пример * options.md новая секция * hot-reload.md новая секция * testing-with-mocks.md новые правки * postcss.md правки * options.md новые правки * options.md правки * asset-url.md добавлены разъяснения * Update SUMMARY.md * asset-url.md опечатка * advanced.md удалена настройка для вебпака 1 * options.md удалено о первом вебпаке * custom-block.md удалено о первом вебпаке * extract-css.md удалено о первом вебпаке * css-modules.md удалено о первом вебпаке * postcss.md удалено о первом вебпаке * setup.md обновление для @vue/cli * linting.md обновление для eslint-plugin-vue * production.md удалено о первом вебпаке * testing.md обновлено о @vue/test-utils * testing-with-mocks.md удален
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the options from vue#7598.