Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 22, 2021 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f2e4ee03f1d7e3b15d55107bc4052c72 to your computer and use it in GitHub Desktop.
Save parzibyte/f2e4ee03f1d7e3b15d55107bc4052c72 to your computer and use it in GitHub Desktop.
module.exports = {
productionSourceMap: false, // Deshabilitar generación de archivos map
publicPath: process.env.NODE_ENV === 'production' ? '././' : './', // https://parzibyte.me/blog/2021/03/15/configurar-publicpath-vue-cli/
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment