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