mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 17:03:59 +03:00
👷 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
Block a user