Closed justin808 closed 7 years ago
If dev and test has it's own sub dir, why not production?
yeah I agree, why not keep the same pattern? This doesn't need to be inside of webpacker-lite though, you can just use a case statement to set your output dir conditionally on the env?
Right. I tried it setting in the yml works just fine.
Thanks @kaizencodes and @robwise! I'll close this when we have this documented.
We're often modifying our JS code for the different ENVs...
So if the directory for deployment is:
Production: /public/webpack Development: /public/wepback/development Test: /public/webpack/test
@robwise can comment more on this.
@kaizencodes This is instead of having the manifest have a different extension. Instead, it gets a different directory.
CC: @alexfedoseev