ASSimonsen
Results
1
comments of
ASSimonsen
I got around this issue by running a small script (replaceAssets.js) after the build process: **replaceAssets.js** ``` import fs from "fs"; import path from 'path'; const readDirRecursive = async (filePath)...