mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 18:30:18 -06:00
11 lines
147 B
JavaScript
11 lines
147 B
JavaScript
|
module.exports = {
|
||
|
process() {
|
||
|
return {
|
||
|
code: `module.exports = {};`,
|
||
|
};
|
||
|
},
|
||
|
getCacheKey() {
|
||
|
return 'svgTransform';
|
||
|
},
|
||
|
};
|