1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

seafile-editor-master-dist

This commit is contained in:
ilearnit
2018-05-02 14:09:58 +08:00
parent 7557929c50
commit b01eb64a1f
89 changed files with 37441 additions and 86 deletions

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';
},
};