Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Test that demonstrates hanging issue with broken imports #389

Open
wants to merge 17 commits into
base: v11
Choose a base branch
from

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    e5f5801 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #416 from saguijs/fix-deprecation-warning

    Fix `Chunk.modules is deprecated` by updating webpack-md5-hash
    pirelenito committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    73a9c4a View commit details
    Browse the repository at this point in the history
  3. v11.4.3

    pirelenito committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a8de424 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Add support for chunks configuration for pages

    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    52483f3 View commit details
    Browse the repository at this point in the history
  2. Use chunks configuration when building pages in order to enable/dis…

    …able "vendor" and "common" chunks
    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    c2147f6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    8142b02 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    38b4a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09683cb View commit details
    Browse the repository at this point in the history
  6. Make it clear that external dependencies refer to node_modules in R…

    …EADME.md
    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    42e9b7e View commit details
    Browse the repository at this point in the history
  7. Change example code for independent page in README.md

    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    2e51730 View commit details
    Browse the repository at this point in the history
  8. Flatten chunks documentation in README.md

    Pierre Wahlgren committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    5b31622 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Fix issues

    Pierre Wahlgren committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    044ec93 View commit details
    Browse the repository at this point in the history
  2. Fix more issues

    Pierre Wahlgren committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    52c110f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5884302 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #417 from saguijs/add-configuration-for-vendor-and…

    …-commons-chunk
    
    Add configuration for vendor and commons chunk
    pirelenito committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    209e913 View commit details
    Browse the repository at this point in the history
  5. v11.5.0

    pirelenito committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    a5fae77 View commit details
    Browse the repository at this point in the history
  6. Test that demonstrates handing issue with broken imports on running t…

    …ests 😭
    
    When Webpack fails to resolve a dependency, Karma doesn’t get notified at all about the broken build, and the process just hangs.
    
    Transpilation errors behave as expected.
    pirelenito committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8b94f5a View commit details
    Browse the repository at this point in the history