Fix build issues
This commit is contained in:
parent
dd21c20b3a
commit
af616042f3
5 changed files with 21 additions and 12 deletions
|
|
@ -53,6 +53,12 @@ module.exports = {
|
|||
enforce: 'pre',
|
||||
use: ['source-map-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.svg$/,
|
||||
use: {
|
||||
loader: 'file-loader',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue