Webpack: move Twemoji icons back to CopyPlugin
This commit is contained in:
11
app/soapbox/utils/static.js
Normal file
11
app/soapbox/utils/static.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Static: functions related to static files.
|
||||
* @module soapbox/utils/static
|
||||
*/
|
||||
|
||||
import { join } from 'path';
|
||||
import { FE_SUBDIRECTORY } from 'soapbox/build_config';
|
||||
|
||||
export const joinPublicPath = (...paths) => {
|
||||
return join(FE_SUBDIRECTORY, ...paths);
|
||||
};
|
||||
Reference in New Issue
Block a user