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

Change worker chunk name from <ID> to <ID>.worker #60

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2020

  1. Change worker chunk name from <ID> to w<ID>

    Fixes GoogleChromeLabs#43, as it avoids conflicts with other number-based webpack
    chunks.
    Note that the conflict may not be on the filename (since this plugin
    adds '.worker' to it) but on the internal key used by webpack in
    referencing modules.
    gluck committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    56f2ca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    e0dff97 View commit details
    Browse the repository at this point in the history
  2. update ESM tests too

    developit committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    13e462a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    de62f73 View commit details
    Browse the repository at this point in the history
  2. Implement alternative approach

    - chunkFilename is preserved from compilerOptions
    - use chunkName = worker name (or ID) + '.worker'
    - allow to override chunkFilename is needed (GoogleChromeLabs#19)
    gluck committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    5fc7484 View commit details
    Browse the repository at this point in the history
  3. Doc contribution

    gluck committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a874ca1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    fec307d View commit details
    Browse the repository at this point in the history