Moved config and user customizable assets to public

This commit is contained in:
Alicia Sykes
2021-04-17 18:42:38 +01:00
parent f0106ea4b2
commit 786e45ef23
1929 changed files with 216 additions and 82 deletions

View File

@@ -1,12 +1,12 @@
module.exports = {
chainWebpack: config => {
config.module.rules.delete('svg');
},
configureWebpack: {
module: {
rules: [
{ test: /.svg$/, loader: 'vue-svg-loader' },
],
}
}
};
module.exports = {
chainWebpack: config => {
config.module.rules.delete('svg');
},
configureWebpack: {
module: {
rules: [
{ test: /.svg$/, loader: 'vue-svg-loader' },
],
},
},
};