[Glitch] Remove `font-awesome` npm package
Port 4c4bcad866
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2818/head
parent
e19b3aaaba
commit
4c85fec993
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue