Skip to content
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

Библиотеки JS - обновление сборки библиотек #569

Open
HadronCollider opened this issue Jun 17, 2024 · 0 comments · May be fixed by #592
Open

Библиотеки JS - обновление сборки библиотек #569

HadronCollider opened this issue Jun 17, 2024 · 0 comments · May be fixed by #592

Comments

@HadronCollider
Copy link
Collaborator

На данный момент используется webpack для формирования единого громоздкого файла main.js, содержащего код всех либ и кода проекта

Необходимо

  • выделить упакованные либы в отдельный модуль (разделенный на части)
  • подключить js-модули проекта конкретных страниц только в необходимых местах (иначе сейчас js-код всех страниц, собранных в main.js, загружается и запускается на каждой странице)
@necitboss necitboss linked a pull request Jul 7, 2024 that will close this issue
@necitboss necitboss linked a pull request Jul 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Review
Development

Successfully merging a pull request may close this issue.

2 participants