mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(webpack): correct typo in vue.config.js
This commit is contained in:
parent
ebfb6f96b3
commit
a0041221be
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ module.exports = {
|
|||
.exclude
|
||||
.add(path.resolve(__dirname, 'src/assets/svg/for-css'))
|
||||
.end()
|
||||
.use('svg-ingline-loader')
|
||||
.use('svg-inline-loader')
|
||||
.loader('svg-inline-loader')
|
||||
.end()
|
||||
.use('svgo-loader')
|
||||
|
|
|
|||
Loading…
Reference in a new issue