Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

fix(index): merge input and instrumented sourcemaps #87

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

Commits on Oct 8, 2018

  1. fix: output sourcemaps back to source

    Based on the work by @adamburgess in webpack-contrib#73 (comment).
    
    Added Webpack 3 tests and a fix for the sourcemaps file names
    
    Fix webpack-contrib#73
    filipesilva committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    855f8ed View commit details
    Browse the repository at this point in the history
  2. build: use webpack 4 for tests

    Node 4.8 jobs were removed because Webpack 4 does not support it.
    filipesilva committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    703ccc8 View commit details
    Browse the repository at this point in the history
  3. build: update istanbul-lib-instrument

    Previous version showed a security warning for lodash on `npm run security`.
    filipesilva committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    041bcaa View commit details
    Browse the repository at this point in the history