Static GitHub Issues

[1383] Absolute paths of working directory in build output scripts

prev: What is the best way to access this.$router.push() / router.push() inside the Vuex?
next: generate html with static data

Hi,

How can I hide my machine working directory in the build output scripts?

After I run nuxt build, In my outputs e.g. 5.nuxt.bundle.3fe7b8ff93ec0714c5d3.js I see source maps for inlined styles and the absolute paths of my current working machine:

  ...
  {version:3,sources:["C:/frontend/components/detail/Schedule.vue"],names:[],mappings:"AACA,wBACE,iBAAkB,
  ...

I don't want it to be exposed in production. I'm using the build.extractCSS config set to true.

Regards, Robert

<!--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/c1228">#c1228</a>)</em></sub></div>