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