Skip to content

Commit 0d77b37

Browse files
committed
Externalize svgs
1 parent f6a5b07 commit 0d77b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const shared = {
2525
},
2626
{
2727
test: /\.svg/,
28-
type: 'asset/inline',
28+
type: 'asset/resource',
2929
},
3030
],
3131
},

0 commit comments

Comments
 (0)