Closed
Description
Version
3.0.4
Reproduction link
https://github.com/oswaldofreitas/vuecli_outputdir_issue
Node and OS info
Node 10.11.0 / npm 6.4.1 / macOS Mojave 10.14
Steps to reproduce
- $ vue create project
- $ vue ui
- run build task (not sure if this step is mandatory)
- change outputDir to "dist2"
- run build task
What is expected?
built files created in the new output folder
What is actually happening?
files are still created in the default "dist" folder
I tried changing outputDir value to:
- "dist2"
- "../htdocs/js/client-prod-new"
- path.resolve('../htdocs/js/client-prod-new')
and none worked