diff options
author | Louis Chemineau <louis@chmn.me> | 2022-11-09 13:10:42 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:31:27 +0100 |
commit | a28838b8667645fda47df8a0d3911614fd601c35 (patch) | |
tree | 4675830672b661c380800d1a97b72d0e8ba8bb8d /webpack.common.js | |
parent | 8829019101e2aba587a32f6c04cb2befc5de0f2b (diff) | |
download | nextcloud-server-a28838b8667645fda47df8a0d3911614fd601c35.tar.gz nextcloud-server-a28838b8667645fda47df8a0d3911614fd601c35.zip |
Use svg icons
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index a064cd2a2a6..c28bd764e4e 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -116,7 +116,10 @@ module.exports = { test: /\.handlebars/, loader: 'handlebars-loader', }, - + { + resourceQuery: /raw/, + type: 'asset/source', + }, ], }, |