Fix build issues.

This commit is contained in:
Mike Cao 2021-11-22 14:53:36 -08:00
parent cfa220c095
commit d4dd2069b6
9 changed files with 686 additions and 171 deletions

View file

@ -7,6 +7,9 @@ module.exports = {
FORCE_SSL: !!process.env.FORCE_SSL,
},
basePath: process.env.BASE_PATH,
eslint: {
ignoreDuringBuilds: true,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,