Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Divert working files to a different directory (than the build one) #541

Closed
@izaera

Description

@izaera

Bundler 3 is generating files in three directories:

  1. build/output: real output
  2. build/generated: generated JS files and webpack configuration
  3. build/webpack: output from webpack

In order to maintain compatibility with bundler 2 we may want to map output as:

  1. build
  2. work/generated
  3. work/webpack

So we'll provide a work-dir config option to do this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions