What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
module.exports = {
|
|
process() {
|
|
return 'module.exports = {};';
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform';
|
|
},
|
|
};
|