mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-21 23:22:56 -05:00
4c85fec993
Port 4c4bcad866f513f69d6ea74e5acfdf3fc5f469ff to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
8 lines
316 B
JavaScript
8 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);
|