just icon indicating copy to clipboard operation
just copied to clipboard

Webpack task options should be split from webpack config overrides

Open christiango opened this issue 6 years ago • 2 comments

The options to the webpack task achieve 2 things:

  1. Configures things for the actual just task (nodeArgs, path to config file)
  2. Passes generic overrides to the webpack config

This resulted in a bug that is addressed in #174, but we need a better long term solution, such as putting the config overrides under a configOverrides property on the task config

christiango avatar Jul 10 '19 18:07 christiango

Issues seem to have gone stale.

github-actions[bot] avatar Mar 08 '20 00:03 github-actions[bot]

This still seems like a valid issue. Combining webpack and non-webpack options in the same object is strange.

ecraig12345 avatar Mar 12 '20 03:03 ecraig12345