Added version to footer. CSS and locale fixes.

This commit is contained in:
Mike Cao 2020-09-09 16:12:29 -07:00
parent cea8e29c8a
commit 6bbe7800c2
16 changed files with 276 additions and 268 deletions

View file

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