8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
|
|
module.exports = {
|
|
test: /\.svg$/,
|
|
use: [{
|
|
loader: 'svg-loader'
|
|
}]
|
|
};
|