Skip to content

Commit

Permalink
chore: merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Jan 9, 2020
2 parents d612090 + 79d9b0c commit 3d18e6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,19 @@ module.exports = {
],
},
{
test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/,
test: /\.(eot|ttf|woff|woff2)(\?\S*)?$/,
loader: 'file-loader',
options: {
name: 'fonts/[name].[ext]?[hash]',
esModule: false,
},
},
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'file-loader',
options: {
name: 'img/[name].[ext]?[hash]',
esModule: false,
},
},
],
Expand Down

0 comments on commit 3d18e6a

Please sign in to comment.