mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint errors after merge
This commit is contained in:
parent
a210dd599d
commit
a158a88044
@ -33,7 +33,7 @@ module.exports = async ({ config, mode }) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// load svgs with vue-svg-loader instead of file-loader
|
// load svgs with vue-svg-loader instead of file-loader
|
||||||
let rule = config.module.rules.find(
|
const rule = config.module.rules.find(
|
||||||
r =>
|
r =>
|
||||||
r.test && r.test.toString().includes('svg') && r.loader && r.loader.includes('file-loader'),
|
r.test && r.test.toString().includes('svg') && r.loader && r.loader.includes('file-loader'),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user