Add svg loader
This commit is contained in:
@@ -55,6 +55,10 @@ const config = {
|
||||
test: /\.css$/,
|
||||
loaders: ['style-loader', 'css-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.svg$/,
|
||||
loaders: ['react-svg-loader'],
|
||||
},
|
||||
],
|
||||
},
|
||||
optimization: {
|
||||
|
Reference in New Issue
Block a user