mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 07:23:43 +01:00
Fix webpack warnings due to unhandled extensions (LICENCE
and README.md
) (#29869)
This commit is contained in:
parent
a1277a9b2b
commit
730e2127e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue