mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-22 12:09:35 -04:00
Injecting the path into the "code" was causing the backslashes to be interpreted as escape characters instead of path separators. I could have escaped them, but this approach is more similar to what Webpack does with `arraybuffer-loader` and (IMO) easier to read. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
arraybuffer-loader.js |