Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2021-03-27 18:22:06 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2021-03-27 18:28:39 +0300
commitf0cfed38d4e5e5e2bad987bea8fd5e82931f76fe (patch)
treeeebd017e4161e150dce7ba6647d87f3c790a21cf
parent436d294f87f16ff482094349c7a3283b286a9fbe (diff)
fix fonts type
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index ff2b392..92dad9b 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -14,7 +14,7 @@ module.exports = {
},
{
test: /\.(woff|woff2)$/,
- type: "asset/inline",
+ type: 'asset',
},
]
}