Skip to content

Commit

Permalink
Cleans configurations a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
fako committed Aug 24, 2019
1 parent 79ce6e5 commit d412e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions app/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
baseUrl: process.env.NODE_ENV === 'production'
publicPath: process.env.NODE_ENV === 'production'
? '/app/'
: '/',
transpileDependencies: ['vue-select']
: '/'
};

0 comments on commit d412e07

Please sign in to comment.