mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(webpack): add file-loader to webpack config
This commit is contained in:
parent
b530742795
commit
959f7101d9
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ module.exports = {
|
||||||
},
|
},
|
||||||
'sass-loader'
|
'sass-loader'
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(png|jpe?g|svg)$/i,
|
||||||
|
use: [{ loader: 'file-loader' }]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue