``` args = [ 'run', 'webpack', ...
# general
b
Copy code
args = [
      'run',
      'webpack',
      '--output-path={}'.format(target_workdir),
      '--env=dist',
    ]