MCPcopy Index your code
hub / github.com/facebook/docusaurus / fileLoaderFileName

Function fileLoaderFileName

packages/docusaurus-utils/src/webpackUtils.ts:64–69  ·  view source on GitHub ↗
(folder: AssetFolder)

Source from the content-addressed store, hash-verified

62 const urlLoaderLimit = WEBPACK_URL_LOADER_LIMIT;
63
64 const fileLoaderFileName = (folder: AssetFolder) =>
65 path.posix.join(
66 OUTPUT_STATIC_ASSETS_DIR_NAME,
67 folder,
68 '[name]-[contenthash].[ext]',
69 );
70
71 const loaders: FileLoaderUtils['loaders'] = {
72 file: (options: {folder: AssetFolder}) => ({

Callers 1

createFileLoaderUtilsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…