Tinkoff/shared-library-webpack-plugin

[bug] a library is not fully shared

IKatsuba opened this issue ยท 2 comments

Describe the bug
The plugin creates sentry chunks, but most part of the sentry library is in the vendor chunk.

To Reproduce
Steps to reproduce the behavior:

  1. Add the plugin to the webpack configuration
  2. Add @sentry/** to the plugin configuration as a shared library
  3. Build app

Expected behavior
The sentry library isn't in the vendor chunk.

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS 10.15.5
  • Browser --
  • Version 1.0.0-beta.3

๐ŸŽ‰ This issue has been resolved in version 1.0.0-beta.4 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

๐ŸŽ‰ This issue has been resolved in version 1.0.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€