mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-29 11:59:03 +01:00
4c85fec993
Port 4c4bcad866
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7 lines
316 B
JavaScript
7 lines
316 B
JavaScript
/* 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 */
|
|
|
|
import '@/entrypoints/public-path';
|
|
|
|
// This is a hack to ensures that webpack compiles our images.
|
|
require.context('../images', true);
|