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
Description
Bundler 3 is generating files in three directories:
- build/output: real output
- build/generated: generated JS files and webpack configuration
- build/webpack: output from webpack
In order to maintain compatibility with bundler 2 we may want to map output as:
- build
- work/generated
- work/webpack
So we'll provide a work-dir
config option to do this.