mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
[Glitch] Remove font-awesome npm package
Port 4c4bcad866 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -2,4 +2,3 @@
|
|||||||
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
||||||
|
|
||||||
import './public-path';
|
import './public-path';
|
||||||
import 'font-awesome/css/font-awesome.css';
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import Rails from '@rails/ujs';
|
import Rails from '@rails/ujs';
|
||||||
import 'font-awesome/css/font-awesome.css';
|
|
||||||
|
|
||||||
export function start() {
|
export function start() {
|
||||||
require.context('@/images/', true, /\.(jpg|png|svg)$/);
|
require.context('@/images/', true, /\.(jpg|png|svg)$/);
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
||||||
|
|
||||||
import '@/entrypoints/public-path';
|
import '@/entrypoints/public-path';
|
||||||
import 'font-awesome/css/font-awesome.css';
|
|
||||||
|
|
||||||
// This is a hack to ensures that webpack compiles our images.
|
// This is a hack to ensures that webpack compiles our images.
|
||||||
require.context('../images', true);
|
require.context('../images', true);
|
||||||
|
|||||||
Reference in New Issue
Block a user