Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Shubham Verma 2020-10-01 10:09:20 +05:30
commit d36b95ee66
53 changed files with 553 additions and 241 deletions

View file

@ -4,6 +4,9 @@ module.exports = {
env: {
VERSION: pkg.version,
},
serverRuntimeConfig: {
PROJECT_ROOT: __dirname,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,