mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
4f9cda067d
* SDA-3937 FOUC fix * SDA-3937 FOUC fix for title bar on Windows * SDA-3937 FOUC fix for title bar on Windows * SDA-3937 FOUC fix for title bar on Windows
11 lines
147 B
JavaScript
11 lines
147 B
JavaScript
module.exports = {
|
|
process() {
|
|
return {
|
|
code: `module.exports = {};`,
|
|
};
|
|
},
|
|
getCacheKey() {
|
|
return 'svgTransform';
|
|
},
|
|
};
|