mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-21 18:13:47 -05:00
[Glitch] Fix webpack warnings due to unhandled extensions (LICENCE
and README.md
)
Port 730e2127e1fa0e81952bb83d91cede91d8b47b72 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
9ce82a35cb
commit
2d43547934
@ -2,7 +2,7 @@ import Rails from '@rails/ujs';
|
|||||||
import 'font-awesome/css/font-awesome.css';
|
import 'font-awesome/css/font-awesome.css';
|
||||||
|
|
||||||
export function start() {
|
export function start() {
|
||||||
require.context('@/images/', true);
|
require.context('@/images/', true, /\.(jpg|png|svg)$/);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Rails.start();
|
Rails.start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user