Skip to content

поддержка отслеживания изменений файлов с расширением .vue #13

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

Closed
sup2007 opened this issue Dec 5, 2019 · 1 comment · May be fixed by #19

Comments

@sup2007
Copy link

sup2007 commented Dec 5, 2019

import MyCustomComponent from './my-custom-component.vue'

далее

bitrix build -w

При изменении файла my-custom-component.vue сборщик "молчит" он не видит изменений файла.

Сейчас расширения для отслеживания "зашиты" (hardcoded) в приложении. Если есть возможность использовать .vue файлы, значит необходимо добавить поддержку --watch для этих расширений.

в качестве эксперимента добавили опцию для указания расширения и добавили .vue в в is-allowed.js. Работает.

Может есть развернутая информация, или ограничения?

#1

ibadin added a commit to ibadin/cli that referenced this issue Jun 26, 2020
@frusanov
Copy link

frusanov commented Apr 7, 2021

За одно бы тогда *.ts и *.tsx добавить

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants