1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-19 08:13:24 +09:00

[Glitch] Fix webpack warnings due to unhandled extensions (LICENCE and README.md)

Port 730e2127e1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput 2024-04-08 10:17:51 +02:00 committed by Claire
parent 9ce82a35cb
commit 2d43547934

View File

@ -2,7 +2,7 @@ import Rails from '@rails/ujs';
import 'font-awesome/css/font-awesome.css';
export function start() {
require.context('@/images/', true);
require.context('@/images/', true, /\.(jpg|png|svg)$/);
try {
Rails.start();