Skip to content

Commit 5dd372c

Browse files
committed
Fix icons
1 parent 49af73f commit 5dd372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
{
3232
loader: MiniCssExtractPlugin.loader,
3333
options : {
34-
publicPath : __dirname + '/dist'
34+
publicPath : '.'
3535
}
3636
},
3737
'css-loader',

0 commit comments

Comments
 (0)