1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/config/webpack/modules/svg.js

5 lines
57 B
JavaScript
Raw Normal View History

2022-04-28 17:31:31 +02:00
module.exports = {
test: /\.svg$/i,
type: 'asset'
};