Back to Moon

Filegroups

website/docs/__partials__/create-task/bun/filegroups.mdx

2.2.4344 B
Original Source
yaml
language: 'javascript'

toolchain:
  default: 'bun'

fileGroups:
  # ...

tasks:
  build:
    command: 'webpack build --mode production --no-stats --output-path @out(0)'
    inputs:
      - '@globs(sources)'
      - 'webpack.config.js'
      - '/webpack-shared.config.js'
    outputs:
      - 'build'