fix version number

pull/816/head
Shubham Verma 2020-09-23 19:09:16 +05:30
parent 90999fa5e8
commit fee38d2bb1
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
require('dotenv').config(); const pkg = require('./package.json');
module.exports = { module.exports = {
env: {
VERSION: pkg.version,
},
webpack(config) { webpack(config) {
config.module.rules.push({ config.module.rules.push({
test: /\.svg$/, test: /\.svg$/,