dndbeyond_src/ddb_main/webpack/runtime/get mini-css chunk filename
2025-05-28 15:36:51 -07:00

5 lines
163 B
Plaintext

// This function allow to reference async chunks
__webpack_require__.miniCssF = (chunkId) => {
// return url for filenames based on template
return undefined;
};