2024-04-27 21:34:41 +01: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 13:59:00 +01:00
|
|
|
import '@/entrypoints/public-path';
|
2024-04-27 16:50:44 +01:00
|
|
|
import 'font-awesome/css/font-awesome.css';
|
2023-05-10 11:59:29 +01:00
|
|
|
|
2024-04-27 21:34:41 +01:00
|
|
|
// This is a hack to ensures that webpack compiles our images.
|
2017-12-11 04:15:09 +00:00
|
|
|
require.context('../images', true);
|