Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 16, 2021 03:58
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/ac0390a926e169de3aebd7cf242a52c0 to your computer and use it in GitHub Desktop.
Save parzibyte/ac0390a926e169de3aebd7cf242a52c0 to your computer and use it in GitHub Desktop.
module.exports = {
// En realidad debería ser "./" pero al compilar se remueve el ./ así que mejor se pone doble para que solo
// se remueva el primero. Gracias a: https://github.com/vuejs/vue-cli/issues/1623#issuecomment-729086789
publicPath: process.env.NODE_ENV === 'production' ? '././' : './',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment