mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-06 03:20:33 -04:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
module.exports = {
|
|
transform: {
|
|
'\\.(png|svg|wav)$': '<rootDir>/test/transformers/arraybuffer-loader.js'
|
|
}
|
|
};
|