mirror of https://github.com/Lissy93/dashy.git
👷 Passes app version number to Vue build
This commit is contained in:
parent
fe002fc55e
commit
1578b18a22
|
@ -1,3 +1,6 @@
|
|||
// Get current version
|
||||
process.env.VUE_APP_VERSION = require('./package.json').version;
|
||||
|
||||
module.exports = {
|
||||
publicPath: process.env.BASE_URL, // || './',
|
||||
chainWebpack: config => {
|
||||
|
|
Loading…
Reference in New Issue