Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

support config as export function v2 #48

Merged
merged 5 commits into from
Jul 28, 2017
Merged

Commits on Jul 24, 2017

  1. support config as export function v2

    trivago#35
    
    based on the changes suggested in that PR but apparently not further evaluated, this change should do what is required, even without all the steps in between mentioned here https://github.com/trivago/parallel-webpack/pull/35/files/bbdc8ffa14a2aa81adcdf5e1b5a5f1b951ffd215#r108773189
    
    process.argv is in several locations overwritten by the args passed to the initial run.js and therefore always contain the required args so we just need to filter them, adjust them to kv pairs and then reduce them to an object to be passed as the env object
    Robbilie authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d2a4bb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. use minimist

    Robbilie authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    a5cb9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f9bbc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. support babel es6 export

    Robbilie authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    acdc62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f45fce View commit details
    Browse the repository at this point in the history