mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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'
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|svg)$/i,
|
||||
use: [{ loader: 'file-loader' }]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue