Static GitHub Issues

[1197] buildDir

prev: Modules into plugin file: "export 'default' (imported as 'plugin0') was not found in 'plugin0'
next: [Feature Request] Support for symlinks in `static`

Hi,

Has anyone got buildDir option working? I have got the following options set in my config file but it has no effect. nuxt run build still stores it in the .nuxt/dist/ directory. I need it be outside the .nuxt folder as thats in .gitignore.

Couldn't find the buildDir option in the docs anymore either (used to be there as far as I can remember).

  srcDir: 'src/',
  buildDir: 'dist/'
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1051">#c1051</a>)</em></sub></div>