mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(webpack): correct typo in vue.config.js
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user