Skip to content

Instantly share code, notes, and snippets.

@pierrejoye
Created April 13, 2020 04:39
Show Gist options
  • Save pierrejoye/b7cab1a2c95c9206fc3c702810602e12 to your computer and use it in GitHub Desktop.
Save pierrejoye/b7cab1a2c95c9206fc3c702810602e12 to your computer and use it in GitHub Desktop.
module.exports = {
publicPath: process.env.VUE_APP_PUBLIC_PATH,
"transpileDependencies": [
"vuetify"
],
devServer: {
proxy: 'http://localhost:8000'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment