тут вопрос появился касательно общих бандлов для разных страниц. Цитирую из документации:
In a multi-page application, the server is going to fetch a new HTML document for you. The page reloads this new document and assets are redownloaded. However, this gives us the unique opportunity to do things like using optimization.splitChunks to create bundles of shared application code between each page. Multi-page applications that reuse a lot of code/modules between entry points can greatly benefit from these techniques, as the number of entry points increases.
tip
Вебпак это сам автоматизированно делает или нужно явно указывать через import() с помощью магических комментариев webpackMode, webpackPrefetch?
@webpack_ru
Обсуждают сегодня