Gernal refactoring

This commit is contained in:
Alicia Sykes
2021-06-14 20:46:59 +01:00
parent bc77fbdb71
commit 62c79527f2
5 changed files with 13 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
publicPath: process.env.BASE_URL, // || './',
chainWebpack: config => {
config.module.rules.delete('svg');
},