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