Some checks failed
parsley/pipeline/head There was a failure building this commit
11 lines
122 B
JavaScript
11 lines
122 B
JavaScript
|
|
module.exports = {
|
|
test: /\.svg$/,
|
|
use: [{
|
|
loader: 'url-loader',
|
|
options: {
|
|
limit: 10000
|
|
}
|
|
}]
|
|
};
|