summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2021-03-24 11:32:23 +0900
committerGitHub <noreply@github.com>2021-03-24 11:32:23 +0900
commit3cd537ecf2dab7c59660bf596d5ffdc318870bcc (patch)
tree818915a8b6ee1e031c74c30267d4f9306fc3a406 /webpack.config.ts
parentfix type (diff)
downloadsharkey-3cd537ecf2dab7c59660bf596d5ffdc318870bcc.tar.gz
sharkey-3cd537ecf2dab7c59660bf596d5ffdc318870bcc.tar.bz2
sharkey-3cd537ecf2dab7c59660bf596d5ffdc318870bcc.zip
Remove url loadrr (#7396)
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index 850b2bd3fc..5ead4f3af2 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -105,7 +105,7 @@ module.exports = {
}, postcss]
}, {
test: /\.(eot|woff|woff2|svg|ttf)([?]?.*)$/,
- loader: 'url-loader'
+ type: 'asset/resource'
}, {
test: /\.json5$/,
loader: 'json5-loader',