Skip to content

outputDir config not working #2639

Closed
@oswaldofreitas

Description

@oswaldofreitas

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

  1. $ vue create project
  2. $ vue ui
  3. run build task (not sure if this step is mandatory)
  4. change outputDir to "dist2"
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions