mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 16:14:33 +02: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 = {
|
module.exports = {
|
||||||
publicPath: process.env.BASE_URL, // || './',
|
publicPath: process.env.BASE_URL, // || './',
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user