mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 04:11:33 -08:00
Update webpack.rules.js
This commit is contained in:
parent
8e2c02e77f
commit
d0ba4974e4
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ module.exports = [
|
|||
},
|
||||
},
|
||||
{
|
||||
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
test: /\.(woff(2)?|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
|
|
@ -109,7 +109,7 @@ module.exports = [
|
|||
],
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif)$/,
|
||||
test: /\.(png|jpe?g|gif|svg)$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue