Skip to content

Commit 0e00324

Browse files
committed
fix
1 parent 3297547 commit 0e00324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = (env, argv) => {
104104
use: ['style-loader', 'css-loader']
105105
},
106106
{
107-
test: /\.(png|jpg|gif)$/,
107+
test: /\.(png|jpg|gif|svg)$/,
108108
use: [
109109
{
110110
loader: 'file-loader',

0 commit comments

Comments
 (0)