Theme konnectd

This commit is contained in:
Lukas Hirt
2020-10-19 11:41:58 +02:00
parent 1278909e3f
commit c266f0ccf6
123 changed files with 23621 additions and 359 deletions
+14
View File
@@ -0,0 +1,14 @@
'use strict';
// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/en/webpack.html
module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'cssTransform';
},
};