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

fix(loader): source map sources and file paths #602

Closed

Commits on Aug 3, 2018

  1. Create predicatable source maps by providing resourcePath as `optio…

    …ns.file` and `options.outFile` (outFile does not cause anything to be be written to the file system.)
    
    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    ef11ce1 View commit details
    Browse the repository at this point in the history
  2. Allow the user to opt out of legacy handling, but keep it as the defa…

    …ult out of sensitivity to existing scripts that may expect this behavior.
    
    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    3c928a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Fix option not defined reference error.

    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    d3733a3 View commit details
    Browse the repository at this point in the history
  2. Remove build error caused by the presence of the file property on the…

    … map.
    
    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    a7122d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Remove optional support of legacy handling.

    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    b1abe35 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Update assertions for "should produce a valid source map" test. First…

    … pass.
    
    Signed-off-by: Nick Petruzzelli <code.npetruzzelli@gmail.com>
    npetruzzelli committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    e9fea9b View commit details
    Browse the repository at this point in the history