2024-04-28 05:34:41 +09:00
|
|
|
/* This file is a hack to have something more reliable than the upstream `common` tag
|
|
|
|
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
|
|
|
|
2024-05-04 21:59:00 +09:00
|
|
|
import '@/entrypoints/public-path';
|
2024-04-28 00:50:44 +09:00
|
|
|
import 'font-awesome/css/font-awesome.css';
|
2023-05-10 19:59:29 +09:00
|
|
|
|
2024-04-28 05:34:41 +09:00
|
|
|
// This is a hack to ensures that webpack compiles our images.
|
2017-12-11 13:15:09 +09:00
|
|
|
require.context('../images', true);
|