fix version number
parent
90999fa5e8
commit
fee38d2bb1
|
@ -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$/,
|
||||||
|
|
Loading…
Reference in New Issue