mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix version number
This commit is contained in:
parent
90999fa5e8
commit
fee38d2bb1
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
require('dotenv').config();
|
||||
const pkg = require('./package.json');
|
||||
|
||||
module.exports = {
|
||||
env: {
|
||||
VERSION: pkg.version,
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue