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