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